aboutsummaryrefslogtreecommitdiff
path: root/bin/prompt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/prompt')
-rwxr-xr-xbin/prompt9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/prompt b/bin/prompt
index 68dff61..247c81a 100755
--- a/bin/prompt
+++ b/bin/prompt
@@ -20,6 +20,15 @@ help() {
Display a prompt and return a value corresponding to the
response.
+
+
+ Examples:
+
+ Conditionally run download command
+
+ if prompt 'Download files?'; then
+ run_download;
+ fi
EOF
}