From 3e720246f9e6e8063c2b05bb690ca15903a8cced Mon Sep 17 00:00:00 2001 From: PE39806 <185931318+PE39806@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:42:34 +0000 Subject: [PATCH] BAI-1570 improve help text --- backend/src/scripts/getTotalStorageUsed.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/scripts/getTotalStorageUsed.sh b/backend/src/scripts/getTotalStorageUsed.sh index f55dee8ac..a3f137617 100755 --- a/backend/src/scripts/getTotalStorageUsed.sh +++ b/backend/src/scripts/getTotalStorageUsed.sh @@ -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 Write the results to the specified file. If unset, results are printed to the terminal. + -o, --output Write the results to the specified . If unset, results are printed to the terminal. -r, --reporting-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 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 }