i3-nagbar: add -t to the synopsis (Thanks gamo)

This commit is contained in:
Michael Stapelberg 2011-12-07 18:19:11 +00:00
parent 9a7d7919a6
commit 4cd5bf94cf
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ int main(int argc, char *argv[]) {
break;
case 'h':
printf("i3-nagbar " I3_VERSION "\n");
printf("i3-nagbar [-m <message>] [-b <button> <action>] [-f <font>] [-v]\n");
printf("i3-nagbar [-m <message>] [-b <button> <action>] [-t warning|error] [-f <font>] [-v]\n");
return 0;
case 'b':
buttons = realloc(buttons, sizeof(button_t) * (buttoncnt + 1));