removed unused --no-check option

This commit is contained in:
louwrentius 2011-12-28 22:02:36 +00:00
parent 66d0d3e4b2
commit 01b944ad9e
1 changed files with 2 additions and 8 deletions

10
ppss
View File

@ -317,11 +317,6 @@ showusage_extended_body () {
echo -e " This makes sure that with many nodes, it is prevented that some" echo -e " This makes sure that with many nodes, it is prevented that some"
echo -e " clients spend all their time trying to get a lock on an item." echo -e " clients spend all their time trying to get a lock on an item."
echo echo
echo -e "--no-check Do not check if items are already processed before processing them."
echo -e " This is usefull with a large number of items, since performing this"
echo -e " check in advance would take a very long time. Please note that during"
echo -e " the actual processing of items, PPSS will check if an item is processed."
echo
echo -e "Example: encoding some wav files to mp3 using lame:" echo -e "Example: encoding some wav files to mp3 using lame:"
echo echo
echo -e "$0 -c 'lame ' -d /path/to/wavfiles -j " echo -e "$0 -c 'lame ' -d /path/to/wavfiles -j "
@ -1342,7 +1337,7 @@ deploy () {
then then
log DSPLY "PPSS installed on node $NODE." log DSPLY "PPSS installed on node $NODE."
else else
log DSPLY "|P|P|S|S| failed to install on $NODE." log DSPLY "PPSS failed to install on $NODE."
fi fi
kill $SSH_PID kill $SSH_PID
@ -1785,7 +1780,7 @@ remove_processed_items_from_input_file () {
PROCESSED_ITEMS=$(cat $LIST_OF_PROCESSED_ITEMS) PROCESSED_ITEMS=$(cat $LIST_OF_PROCESSED_ITEMS)
fi fi
log INFO "Running $FUNCNAME" log DEBUG "Running $FUNCNAME"
if [[ -z "$PROCESSED_ITEMS" ]] if [[ -z "$PROCESSED_ITEMS" ]]
then then
@ -1942,7 +1937,6 @@ get_all_items () {
cleanup cleanup
exit 1 exit 1
fi fi
} }
are_all_items_locked () { are_all_items_locked () {