summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Ørsted Andresen <bo.andresen@zlin.dk>2007-02-28 21:13:41 +0000
committerBo Ørsted Andresen <bo.andresen@zlin.dk>2007-02-28 21:13:41 +0000
commit7740f07a5c455bd69a19ee941b8ef62811b71ffc (patch)
tree15866f82b5104930a2466a88c3a129fc95b993fc
parent6db2bc14b5dcb7047594fdad5eca6d1a4cf72bf3 (diff)
downloadwgetpaste-7740f07a5c455bd69a19ee941b8ef62811b71ffc.tar.gz
Minor comment fix.
-rwxr-xr-xwgetpaste2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgetpaste b/wgetpaste
index 871944c..579eca5 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -1,6 +1,6 @@
#!/bin/bash
# A Script that automates pasting to a number of pastebin services
-# relying only on bash, sed, coreutils (mktemp/sort/wc/whoami) and wget
+# relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami) and wget
# Author: Bo Ørsted Andresen, bo.andresen@zlin.dk
##########################################################################