summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2013-08-31 20:42:06 +0200
committerMichael Stapelberg <michael@stapelberg.de>2013-08-31 20:42:06 +0200
commitad47d80e22823322b7c5f5bc13dbaae87f0d07ee (patch)
tree2e25c2f89a8d91c6dde10077fe64bf6089fba674
parent5627a111746e96119e6789d8f8f47168b3a8c41d (diff)
Add -e to --help
-rw-r--r--i3lock.c2
1 files changed, 1 insertions, 1 deletions
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]"
);
}
}