diff options
Diffstat (limited to 'etc/functions/finfo')
-rwxr-xr-x | etc/functions/finfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/functions/finfo b/etc/functions/finfo index b771ef8..62a5fe9 100755 --- a/etc/functions/finfo +++ b/etc/functions/finfo @@ -1,6 +1,7 @@ ## vim:ft=zsh ## finfo - show function info ## Assume that a function begins with an introduction, and print it +## Usage: finfo <function name> typeset line whichf $1 &> /dev/null || return 1 |