We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you type naarad it will generate a simple usage report:
naarad
Usage: To generate a diff report : naarad -d report1 report2 -o <output_location> -c <optional: config-file> -e <optional: turn on exit code> To generate an analysis report : naarad -i <input_location> -o <output_location> -c <optional: config_file> -e <optional: turn on exit code> -n <optional: disable plotting of images>
We should add a quick note so users can know to type -h for more detail.
-h
Proposing:
For more detail and help : naarad -h
Usage: To generate a diff report : naarad -d report1 report2 -o <output_location> -c <optional: config-file> -e <optional: turn on exit code> To generate an analysis report : naarad -i <input_location> -o <output_location> -c <optional: config_file> -e <optional: turn on exit code> -n <optional: disable plotting of images> For more detail and help : naarad -h
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you type
naarad
it will generate a simple usage report:We should add a quick note so users can know to type
-h
for more detail.Proposing:
The text was updated successfully, but these errors were encountered: