From ab550e0b54e1311b79ede62172c57b7114a049d1 Mon Sep 17 00:00:00 2001 From: clsr Date: Wed, 16 Nov 2016 23:03:53 +0100 Subject: Remove incorrect help text from gomfload.sh --- gomfload.sh | 3 --- 1 file changed, 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 } -- cgit