Browse Source

Add -e to --help

master
Michael Stapelberg 11 years ago
parent
commit
ad47d80e22
  1. 2
      i3lock.c

2
i3lock.c

@ -597,7 +597,7 @@ int main(int argc, char *argv[]) {
break; break;
default: default:
errx(1, "Syntax: i3lock [-v] [-n] [-b] [-d] [-c color] [-u] [-p win|default]" errx(1, "Syntax: i3lock [-v] [-n] [-b] [-d] [-c color] [-u] [-p win|default]"
" [-i image.png] [-t]" " [-i image.png] [-t] [-e]"
); );
} }
} }

Loading…
Cancel
Save