From: Michael Stapelberg Date: Sat, 31 Aug 2013 18:42:06 +0000 (+0200) Subject: Add -e to --help X-Git-Tag: 2.6~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ad47d80e22823322b7c5f5bc13dbaae87f0d07ee;p=i3%2Fi3lock Add -e to --help --- diff --git a/i3lock.c b/i3lock.c index a4e0870..9b68be5 100644 --- a/i3lock.c +++ b/i3lock.c @@ -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]" ); } }