Changeset 60 for trunk/pxeconfig/pxeconfig
- Timestamp:
- 10/31/05 12:50:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pxeconfig/pxeconfig
r58 r60 77 77 START='start' 78 78 END='end' 79 VERSION='0.6. 1'79 VERSION='0.6.2' 80 80 REMOVE='remove' 81 81 INTERACTIVE='interactive' … … 231 231 232 232 def check_cmd_line(binfo): 233 if len(binfo.keys()) != 4:233 if len(binfo.keys()) != 5: 234 234 print __doc__ 235 235 print 'Not enough arguments to create the links!!'
Note: See TracChangeset
for help on using the changeset viewer.