Skip to content
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

test_api: usage output missing some newlines #509

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

ofaaland
Copy link
Contributor

Add newlines to the end of two lines of the usage message.

  Usage: test_api [options]

  Options:
    -s, --size=<SIZE>    Rank checkpoint size in bytes, e.g., 1MB (default 524288)
    -t, --times=<COUNT>  Number of iterations (default 5)
    -z, --seconds=<SECS> Sleep for SECS seconds between iterations (default 0)
    -p, --path=<DIR>     Directory to create and write files to
    -f, --flush=<COUNT>  Mark every Nth write as checkpoint+output (default 0)
    -o, --output=<COUNT> Mark every Nth write as pure output (default 0)
    -a, --config-api=<BOOL> Use SCR_Config to set values (default no)
    -c, --conf-file=<BOOL>  Use SCR_CONF_FILE file to set values (default yes)
        --current=<CKPT> Specify checkpoint name to load on restart
        --nofsync        Disable fsync after writing files
        --noscr          Disable SCR calls
        --noscrrestart   Disable SCR restart calls
        --shared-file    Use single shared file instead of file per rank        --global-store=<DIR> Specify DIR as a global storage location for cache    -h, --help           Print usage

Add newlines to the end of two lines of the usage message.
@adammoody adammoody merged commit 8679c67 into LLNL:develop Oct 24, 2022
@adammoody
Copy link
Contributor

Thanks, @ofaaland. And thanks for the review, @rhaas80 ! Good to hear from you :-)

@ofaaland ofaaland deleted the b-test_api-help branch October 26, 2022 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants