Changeset 148


Ignore:
Timestamp:
04/16/09 14:27:16 (15 years ago)
Author:
bas
Message:

src/pxeconfig.py.in:

  • a better help message
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pxeconfig.py.in

    r141 r148  
    3434Specifying hostnames:
    3535   To specify a range use the [] to indicate a range,
    36    a couple of examples herebelow.
     36   a couple of examples:
    3737
    3838   The first five nodes of rack 16
     
    289289
    290290        if not args:
    291                 print __doc__
     291                parser.print_help()
    292292                sys.exit(0)
    293293       
Note: See TracChangeset for help on using the changeset viewer.