Changeset 18979

Show
Ignore:
Timestamp:
07/07/06 08:04:45 (2 years ago)
Author:
patrick
Message:

Clean up usage output. In particular, spell "VR Juggler" correctly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.0/buildwin32.py

    r18805 r18979  
    20882088def usage(): 
    20892089   print "Usage: %s [OPTIONS]" % (sys.argv[0]) 
    2090    print "Python script for building VRJuggler on Windows.\n" 
    2091    print "-n, --nogui              Disable the Tkinter GUI FrontEnd, e.g. Run in command line mode." 
     2090   print "Python script for building VR Juggler on Windows.\n" 
     2091   print "-c, --nogui              Disable the Tkinter GUI front end" 
     2092   print "                         (i.e., Run in command line mode)." 
    20922093   #print "-a, --auto               Does not interactively ask for values of any options.  Uses the Default values, 'options.cache' if it exists, or the file given by the -o option.  Only used in command line mode." 
    20932094   print "-o, --options-file=FILE  Uses FILE to Load/Save Options."