i3bar: fix -h output (Thanks IsoLnCHiP)

next
Michael Stapelberg 2011-10-31 20:44:55 +00:00
parent 2b6504d310
commit a977b2d96e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ char *expand_path(char *path) {
void print_usage(char *elf_name) {
printf("Usage: %s [-b bar_id] [-s sock_path] [-h] [-v]\n", elf_name);
printf("\n");
printf("-b <bar_id>\tBar ID for which to get the configuration\n");
printf("--bar_id <bar_id>\tBar ID for which to get the configuration\n");
printf("-s <sock_path>\tConnect to i3 via <sock_path>\n");
printf("-h\t\tDisplay this help-message and exit\n");
printf("-v\t\tDisplay version number and exit\n");