all repos — tint2 @ 5b3f9c4662babaff4d396618efb384a3967ae8e9

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

fix help message
Chris Lee @klee93
commit

5b3f9c4662babaff4d396618efb384a3967ae8e9

parent

3bdb0e03f2b74188a4e0207c46f326ea347e7e39

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/tint2-send/tint2-send.csrc/tint2-send/tint2-send.c

@@ -118,7 +118,7 @@ }

argc--, argv++; if (!argc) { - fprintf(stderr, "Usage: tint2-show show\n"); + fprintf(stderr, "Usage: tint2-show [show|hide]\n"); exit(1); } char *action = argv[0];