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 -e to --help
master
Michael Stapelberg
12 years ago
parent
5627a11174
commit
ad47d80e22
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
i3lock.c
+ 1
- 1
i3lock.c
View File
@ -597,7 +597,7 @@ int main(int argc, char *argv[]) {
break
;
default
:
errx
(
1
,
"
Syntax: i3lock [-v] [-n] [-b] [-d] [-c color] [-u] [-p win|default]
"
"
[-i image.png] [-t]
"
"
[-i image.png] [-t]
[-e]
"
)
;
}
}
Write
Preview
Loading…
Cancel
Save