diff --git a/i3bar/src/main.c b/i3bar/src/main.c index 4dc55603..e648e00e 100644 --- a/i3bar/src/main.c +++ b/i3bar/src/main.c @@ -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 \tBar ID for which to get the configuration\n"); + printf("--bar_id \tBar ID for which to get the configuration\n"); printf("-s \tConnect to i3 via \n"); printf("-h\t\tDisplay this help-message and exit\n"); printf("-v\t\tDisplay version number and exit\n");