some usage text improvements
[paralleljobs.git] / paralleljobs.py
index 6eb92dda40b803a9543ea161360170e4f50ead0a..6a1da0df60929f5aa29367fc1f5c06c1a0bc9b45 100755 (executable)
@@ -162,14 +162,14 @@ Usage:
 COMMANDS:
   -c cmdfn        add jobs from the file with list of commands
   -h              print this text
-  -s              print status information
-  -w              work on the database
+  -s              print progress information
+  -w              do work and process jobs
 
 OPTIONS:
   -d database     the database to process
-  -n num          in -w mode, only perform num-many jobs
+  -n num          in -w mode, only process num-many jobs
   -p cols-def     create properties table with SQL column spec
-  -v              print output of the job's command
+  -v              verbose output
 
 Commands may be combined in one call of {0}.