summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-11-16 23:03:53 +0100
committerclsr <clsr@clsr.net>2016-11-16 23:04:06 +0100
commitab550e0b54e1311b79ede62172c57b7114a049d1 (patch)
treede00004a339ec99e2e6cc095286c86071dae4139
parentf909ab3cd1487bc463ea10e0ec9df54cdc99edee (diff)
downloadgomf-tools-ab550e0b54e1311b79ede62172c57b7114a049d1.tar.gz
gomf-tools-ab550e0b54e1311b79ede62172c57b7114a049d1.zip
Remove incorrect help text from gomfload.sh
-rwxr-xr-xgomfload.sh3
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
}