summaryrefslogtreecommitdiff
path: root/etc/functions/progress
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/progress')
-rw-r--r--etc/functions/progress1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/functions/progress b/etc/functions/progress
index 0d0292d..ae3e5ce 100644
--- a/etc/functions/progress
+++ b/etc/functions/progress
@@ -1,6 +1,7 @@
## vim:ft=zsh
## progress - draw a simple progress bar
## Written 2008 by Daniel Friesel <derf@derf.homelinux.org>
+## Usage: progress <current> <max> [left description] [right discription]
typeset -i current=$1
typeset -i max=$2