Skip to content

Commit

Permalink
BAI-1570 improve help text
Browse files Browse the repository at this point in the history
  • Loading branch information
PE39806 committed Jan 8, 2025
1 parent f136fe5 commit 3e72024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/scripts/getTotalStorageUsed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Example:
Options:
-h, --help Show this screen.
-b, --bytes Display the storage usage in bytes. If unset, values are formatted for human readability.
-o, --output <filename> Write the results to the specified file. If unset, results are printed to the terminal.
-o, --output <filename> Write the results to the specified <filename>. If unset, results are printed to the terminal.
-r, --reporting-format <format>
Set the output format to one of ((c|console)|(j|json)). Defaults to console. When set as json, if <-b|--bytes> is passed then the values are numbers otherwise the values are strings.
Set the output <format> to one of (c[onsole]|j[son]). Defaults to (console). When set as (json), if [-b|--bytes] is also passed then the values are numbers otherwise the values are strings.
HEREDOC
}

Expand Down

0 comments on commit 3e72024

Please sign in to comment.