i3-input: add missing \n in --help

This commit is contained in:
Michael Stapelberg 2011-09-18 13:21:45 +01:00
parent 46ab86b88d
commit fddee471e8
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ int main(int argc, char *argv[]) {
pattern = strdup(optarg); pattern = strdup(optarg);
break; break;
case 'h': case 'h':
printf("i3-input " I3_VERSION); printf("i3-input " I3_VERSION "\n");
printf("i3-input [-s <socket>] [-p <prefix>] [-l <limit>] [-P <prompt>] [-f <font>] [-v]\n"); printf("i3-input [-s <socket>] [-p <prefix>] [-l <limit>] [-P <prompt>] [-f <font>] [-v]\n");
return 0; return 0;
} }