Changeset 262 for trunk


Ignore:
Timestamp:
10/01/10 11:07:33 (14 years ago)
Author:
bas
Message:

added -a/--all option for backwards compatibility

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r259 r262  
     1=========== 4.X.X
     2 * new_rack_pbsmon.py: For backward compatibility added -a/--all option.
     3   Has the same functionality as -s/--summary
     4   Author: Bas van der Vlies
     5
    16=========== 4.2.0
    27 * Updated LICENSE file to LGPLV3. Thanks to Justin Bronder
  • trunk/examples/new_rack_pbsmon.py

    r250 r262  
    415415    parser.add_option( "-l", "--list", dest="extended", action="store_true", help="Show node rows with state and jobinfo" )
    416416    parser.add_option( "-s", "--summary", dest="summary", action="store_true", help="Display a short summary" )
     417    parser.add_option( "-a", "--all", dest="summary", action="store_true", help="Display a short summary" )
     418
    417419    parser.add_option( "-w", "--wide", dest="wide", action="store_true", help="Wide display for node status ( only when -t is used )" )
    418420    parser.add_option( "-S", "--servername", dest="servername", help="Change the default servername" )
Note: See TracChangeset for help on using the changeset viewer.