Fixed mistakes in the usage instructions

This commit is contained in:
Louwrentius 2009-01-11 20:29:13 +00:00
parent 95572d7ca3
commit f40e73eb83
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ trap 'kill_process; ' INT
# Setting some vars. Do not change.
SCRIPT_NAME="Parallel Processing Shell Script"
SCRIPT_VERSION="1.05"
SCRIPT_VERSION="1.06"
RUNNING_SIGNAL="$0_is_running"
GLOBAL_LOCK="PPSS-$RANDOM-$RANDOM"
@ -76,7 +76,7 @@ showusage () {
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 "
echo -e "$0 -c 'lame /path/to/wavfiles/' -d /path/to/wavfiles -l logfile -j"
}