Skip to content

Commit

Permalink
test_api: usage output missing some newlines
Browse files Browse the repository at this point in the history
Add newlines to the end of two lines of the usage message.
  • Loading branch information
ofaaland authored and adammoody committed Oct 24, 2022
1 parent 641df90 commit 8679c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/test_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ void print_usage()
printf(" --nofsync Disable fsync after writing files\n");
printf(" --noscr Disable SCR calls\n");
printf(" --noscrrestart Disable SCR restart calls\n");
printf(" --shared-file Use single shared file instead of file per rank");
printf(" --global-store=<DIR> Specify DIR as a global storage location for cache");
printf(" --shared-file Use single shared file instead of file per rank\n");
printf(" --global-store=<DIR> Specify DIR as a global storage location for cache\n");
printf(" -h, --help Print usage\n");
printf("\n");
return;
Expand Down

0 comments on commit 8679c67

Please sign in to comment.