This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
i3lock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add a hint to the error message 'unknown option' when compiled with NOLIBCAIRO
master
Michael Stapelberg
15 years ago
parent
c643bb8e2f
commit
c3affb1c61
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
i3lock.c
+ 2
- 0
i3lock.c
View File
@ -324,6 +324,8 @@ int main(int argc, char *argv[]) {
errx
(
1
,
"
i3lock: Unknown option. Syntax: i3lock [-v] [-n] [-b] [-d] [-c color] [-p win|default]
"
#
ifndef NOLIBCAIRO
"
[-i image.png] [-t]
"
#
else
"
(compiled with NOLIBCAIRO)
"
#
endif
"
\n
"
)
;
}
Write
Preview
Loading…
Cancel
Save