aboutsummaryrefslogtreecommitdiff
path: root/i3bar
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2021-01-03 10:03:39 +0100
committerOrestis Floros <orestisflo@gmail.com>2021-01-03 10:17:39 +0100
commitfb5d2a05c29357d7c7b9b5ea2432029b83edf744 (patch)
tree04179848322a020c38db9548e296e48b41b427b5 /i3bar
parent057a63527969598ad2301a1df5f5589c8e63cce5 (diff)
downloadi3-fb5d2a05c29357d7c7b9b5ea2432029b83edf744.tar.gz
i3-fb5d2a05c29357d7c7b9b5ea2432029b83edf744.zip
i3bar: Update manpage/help with options
Diffstat (limited to 'i3bar')
-rw-r--r--i3bar/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3bar/src/main.c b/i3bar/src/main.c
index 4e729341..ca9a06d6 100644
--- a/i3bar/src/main.c
+++ b/i3bar/src/main.c
@@ -56,7 +56,7 @@ static char *expand_path(char *path) {
}
static void print_usage(char *elf_name) {
- printf("Usage: %s -b bar_id [-s sock_path] [-t] [-h] [-v]\n", elf_name);
+ printf("Usage: %s -b bar_id [-s sock_path] [-t] [-h] [-v] [-V]\n", elf_name);
printf("\n");
printf("-b, --bar_id <bar_id>\tBar ID for which to get the configuration\n");
printf("-s, --socket <sock_path>\tConnect to i3 via <sock_path>\n");