Skip to content

Commit

Permalink
fix couple of help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Sep 23, 2024
1 parent 33d9451 commit 2cb51c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ function printHelp() {
echo "instance_id=<string, not containing spaces, representing unique id for particular test-run e.g. \"${DEFAULT_INSTANCE_ID}\""
echo "workload_config=<path/to/workload/configuration/file e.g. /a/b/c.json >"
echo "output_dir=</absolute/path/to/output/dir, output files will be written at output_dir/fio/output.csv and output_dir/dlio/output.csv>"
echo "output_gsheet_id=<ID of a googlele-sheet i.e. <gsheet-id> in https://docs.google.com/spreadsheets/d/<gsheet-id>>"
echo "output_gsheet_keyfile=<local/GCS path to GCS service-account key-file to read/write output google sheet.>"
echo "output_gsheet_id=<ID of a google-sheet i.e. <gsheet-id> in https://docs.google.com/spreadsheets/d/<gsheet-id>>"
echo "output_gsheet_keyfile=<local/GCS path of a service-account key-file to read/write output google sheet.>"
echo ""
echo ""
echo ""
Expand Down

0 comments on commit 2cb51c3

Please sign in to comment.