(main): Add newline in usage message.
This commit is contained in:
parent
53c4780151
commit
837a3add98
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ main (argc, argv)
|
|||
|
||||
if (argc < 3)
|
||||
{
|
||||
fprintf (stderr, "Usage: movemail inbox destfile");
|
||||
fprintf (stderr, "Usage: movemail inbox destfile\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue