Merge branch 'fix-nagbar'

This commit is contained in:
Michael Stapelberg 2013-06-28 00:14:30 +02:00
commit 32e2180b56
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ int main(int argc, char *argv[]) {
{"font", required_argument, 0, 'f'},
{"button", required_argument, 0, 'b'},
{"help", no_argument, 0, 'h'},
{"message", no_argument, 0, 'm'},
{"message", required_argument, 0, 'm'},
{"type", required_argument, 0, 't'},
{0, 0, 0, 0}
};