Changeset 18980

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

MF20 [rev 18979]: Clean up usage output. In particular, spell "VR Juggler"

correctly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/build_windows.py

    r18978 r18980  
    21182118def usage(): 
    21192119   print "Usage: %s [OPTIONS]" % (sys.argv[0]) 
    2120    print "Python script for building VRJuggler on Windows.\n" 
    2121    print "-n, --nogui              Disable the Tkinter GUI FrontEnd, e.g. Run in command line mode." 
     2120   print "Python script for building VR Juggler on Windows.\n" 
     2121   print "-c, --nogui              Disable the Tkinter GUI front end" 
     2122   print "                         (i.e., Run in command line mode)." 
    21222123   #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." 
    21232124   print "-o, --options-file=FILE  Uses FILE to Load/Save Options."