Add -e to --help

pull/1/head
Michael Stapelberg 2013-08-31 20:42:06 +02:00
parent 5627a11174
commit ad47d80e22
1 changed files with 1 additions and 1 deletions

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]"
);
}
}