8000 test_api: usage output missing some newlines by ofaaland · Pull Request #509 · LLNL/scr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

test_api: usage ou 8000 tput missing some newlines #509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
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