From a977b2d96e9c5f15fa0a220b2826533be9664b74 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 31 Oct 2011 20:44:55 +0000 Subject: [PATCH] i3bar: fix -h output (Thanks IsoLnCHiP) --- i3bar/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5