diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-31 14:34:37 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-31 14:34:37 +0100 | 
| commit | d99323430cf89e6566899483419f99453140c665 (patch) | |
| tree | b448db9aebe802f72da5cba254bab44f16ab342e | |
| parent | a98ae6bd5a1c7e2d278c5df2b927c0a5427141d0 (diff) | |
make help more generic
| -rwxr-xr-x | bin/extra/supd | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/extra/supd b/bin/extra/supd index 48638bd..e8eacd4 100755 --- a/bin/extra/supd +++ b/bin/extra/supd @@ -7,7 +7,7 @@ then  	>&2 cat <<-EOF  	usage:  	    supd                              Update dirs in current dir -	    ls ~/projects | supd              Update dirs read from stdin +	    ... | supd                        Update dirs read from stdin  	    supd -h                           Show help  	EOF  	exit  | 
