Changeset 148 for trunk/src/pxeconfig.py.in
- Timestamp:
- 04/16/09 14:27:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pxeconfig.py.in
r141 r148 34 34 Specifying hostnames: 35 35 To specify a range use the [] to indicate a range, 36 a couple of examples herebelow.36 a couple of examples: 37 37 38 38 The first five nodes of rack 16 … … 289 289 290 290 if not args: 291 p rint __doc__291 parser.print_help() 292 292 sys.exit(0) 293 293
Note: See TracChangeset
for help on using the changeset viewer.