summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwgetpaste2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgetpaste b/wgetpaste
index 409f4a3..376b0bf 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -552,7 +552,7 @@ while [[ -n $1 ]]; do
requiredarg "$@"
SERVICE=tinyurl
SOURCE="url"
- INPUTURL="$1"
+ INPUTURL="$2"
;;
-v | --verbose )
VERBOSE=0