Skip to content

Commit

Permalink
add newlines to end of usage lines. this matches upstream behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywright authored and MrJoy committed Oct 16, 2013
1 parent 2144342 commit 4091832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssss.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ int main(int argc, char *argv[])
#if ! NOMLOCK
" [-M]"
#endif
" [-x] [-q] [-Q] [-D] [-v]",
" [-x] [-q] [-Q] [-D] [-v]\n",
stderr);
if (opt_showversion)
fputs("\nVersion: " VERSION, stderr);
Expand Down Expand Up @@ -652,7 +652,7 @@ int main(int argc, char *argv[])
#if ! NOMLOCK
" [-M]"
#endif
" [-x] [-q] [-Q] [-D] [-v]",
" [-x] [-q] [-Q] [-D] [-v]\n",
stderr);
if (opt_showversion)
fputs("\nVersion: " VERSION, stderr);
Expand Down

0 comments on commit 4091832

Please sign in to comment.