From 979b1cc0a414cfabeca9cd09c116b9cd055f4b80 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 8 Mar 2009 14:24:28 +0000 Subject: [PATCH] Working on help screen. --- ppss.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ppss.sh b/ppss.sh index 462f1bf..fcfb644 100755 --- a/ppss.sh +++ b/ppss.sh @@ -151,6 +151,9 @@ showusage () { echo -e "--transfer | -t This option specifies that an item will be downloaded by the node " echo -e " from the server or share to the local node for processing." echo + echo -e "--no-scp | -b Do not use scp for downloading items. Use cp instead. Assumes that a" + echo -e " network file system (NFS/SMB) is mounted under a local mountpoint." + echo echo -e "Example: encoding some wav files to mp3 using lame:" echo echo -e "$0 -c 'lame ' -d /path/to/wavfiles -l logfile -j (wach out for the space in -c)" @@ -376,7 +379,7 @@ do fi shift 2 ;; - --no-secure-copy|-b ) + --no-scp |-b ) SECURE_COPY=0 add_var_to_config SECURE_COPY "$SECURE_COPY" shift 1