diff --git a/ppss b/ppss index a675cda..09b5bc6 100755 --- a/ppss +++ b/ppss @@ -122,7 +122,7 @@ showusage_short () { echo echo "usage: $0 [ -d | -f ] [ -c ' \"\$ITEM\"' ]" echo " [ -C ] [ -j ] [ -l ] [ -p <# jobs> ]" - echo " [ -D ] [ -h ] [ --help ] [ -r ] " + echo " [ -q ] [ -D ] [ -h ] [ --help ] [ -r ] " echo echo "Examples:" echo " $0 -d /dir/with/some/files -c 'gzip '" @@ -167,6 +167,8 @@ showusage_normal () { echo -e "--processes | -p Start the specified number of processes. Ignore the number of available" echo -e " CPUs." echo + echo -e "--quiet | -q Shows no output except for a progress indication using percents." + echo echo -e "--delay | -D Adds an initial random delay to the start of all parallel jobs to spread" echo -e " the load. The delay is only used at the start of all 'threads'." echo @@ -239,6 +241,8 @@ showusage_long () { echo -e "--processes | -p Start the specified number of processes. Ignore the number of available" echo -e " CPUs." echo + echo -e "--quiet | -q Shows no output except for a progress indication using percents." + echo echo -e "--delay | -D Adds an initial random delay to the start of all parallel jobs to spread" echo -e " the load. The delay is only used at the start of all 'threads'." echo