aboutsummaryrefslogtreecommitdiff
path: root/bin/prompt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/prompt')
-rwxr-xr-xbin/prompt3
1 files changed, 2 insertions, 1 deletions
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;