diff options
Diffstat (limited to 'bin/prompt')
-rwxr-xr-x | bin/prompt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |