Skip to content

Commit

Permalink
Add newline after usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Jun 1, 2015
1 parent c559952 commit e1e97ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptmax.c
Expand Up @@ -240,7 +240,7 @@ int main(int argc, char* argv[])
unsigned int pt_num=0xBAD;
unsigned int new_size=0;
if(argc<2 || !strcmp(argv[1],"--help")){
printf("Usage:\n ptmax /dev/xxxN (f.e. /dev/sda2, /dev/xvdb4, etc)\nptmax /dev/xxx -p N (/dev/sda -p 2)");
printf("Usage:\n ptmax /dev/xxxN (f.e. /dev/sda2, /dev/xvdb4, etc)\nptmax /dev/xxx -p N (/dev/sda -p 2)\n");
exit(0);
}
if (!strcmp(argv[1],"--version")){
Expand Down

0 comments on commit e1e97ac

Please sign in to comment.