Browse Source

Add -e to --help

master
Michael Stapelberg 12 years ago
parent
commit
ad47d80e22
1 changed files with 1 additions and 1 deletions
  1. +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]"
);
}
}


Loading…
Cancel
Save