diff options
author | clsr <clsr@clsr.net> | 2016-11-16 23:03:53 +0100 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2016-11-16 23:04:06 +0100 |
commit | ab550e0b54e1311b79ede62172c57b7114a049d1 (patch) | |
tree | de00004a339ec99e2e6cc095286c86071dae4139 | |
parent | f909ab3cd1487bc463ea10e0ec9df54cdc99edee (diff) | |
download | gomf-tools-ab550e0b54e1311b79ede62172c57b7114a049d1.tar.gz gomf-tools-ab550e0b54e1311b79ede62172c57b7114a049d1.zip |
Remove incorrect help text from gomfload.sh
-rwxr-xr-x | gomfload.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gomfload.sh b/gomfload.sh index 77dcbed..3d18861 100755 --- a/gomfload.sh +++ b/gomfload.sh @@ -20,9 +20,6 @@ usage() { printf " -S, --service=ADDR uses ADDR as the service URL\n" printf " -h, --help display this help and exit\n" printf " -- stop processing options and treat all following arguments as filenames\n" - printf "\n" - printf "Example: %s foo -lsh bar -u baz -p quux -L qwe asd\n" "$prog" - printf " will post 'foo' and 'baz' as files, 'bar' and 'quux' as .sh pastes and 'qwe' and 'asd' as raw pastes\n" exit } |