Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 1.12 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # python service.py start -h
  2.  
  3. Example service.
  4. Usage: service.py [OPTIONS] start [CMDOPTS]
  5.  
  6. OPTIONS may be one or more of:
  7.  
  8.  -h, --help     Display this help and exit.
  9.  -q, --quiet    Toggle this value.
  10.                 Default: False
  11.  -v, --verbose  Toggle this value.
  12.                 Default: False
  13.  
  14. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
  15. incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
  16. nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  17. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
  18. fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
  19. culpa qui officia deserunt mollit anim id est laborum.
  20.  
  21. Command: start
  22. Pretend to start the service.
  23.  
  24. CMDOPTS may be one or more of:
  25.  
  26.  -a, --app=VAL     Override this value.
  27.                    Default: None
  28.  -c, --config=VAL  Override this value.
  29.                    Default: None
  30.  -h, --help        Display this help and exit.
  31.  
  32. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
  33. incididunt ut labore et dolore magna aliqua.