diff options
-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 } |