From c6188975d2da6c1696c4433f6fce8ae4c9a6ac38 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Apr 2023 08:15:20 -0300 Subject: bin/: Make help string more consistent across several executables --- bin/prompt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/prompt') diff --git a/bin/prompt b/bin/prompt index 382588d..326908a 100755 --- a/bin/prompt +++ b/bin/prompt @@ -12,6 +12,7 @@ usage() { help() { cat <<-'EOF' + Options: -h, --help show this message @@ -24,7 +25,7 @@ help() { Examples: - Conditionally run download command + Conditionally run download command: if prompt 'Download files?'; then run_download; -- cgit v1.2.3