Advertisement
Guest User

Untitled

a guest
Apr 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Naval Fate.
  2.  
  3. Usage:
  4. naval_fate ship new <name>...
  5. naval_fate ship <name> move <x> <y> [--speed=<kn>]
  6. naval_fate ship shoot <x> <y>
  7. naval_fate mine (set|remove) <x> <y> [--moored|--drifting]
  8. naval_fate -h | --help
  9. naval_fate --version
  10.  
  11. Options:
  12. -h --help Show this screen.
  13. --version Show version.
  14. --speed=<kn> Speed in knots [default: 10].
  15. --moored Moored (anchored) mine.
  16. --drifting Drifting mine.
  17.  
  18. """Helioplot.
  19.  
  20. Retrieve and plot heliometer results.
  21.  
  22. Usage:
  23. helioplot fetch <root_dir_path> --host=<host> --password=<password> [--port=<port>] [--database=<database>] [--username=<username>]
  24.  
  25. Commands:
  26. fetch <root_dir_path> Fetch and dump data into the directory specified
  27. by <root_dir_path>.
  28.  
  29. Options:
  30. -h --help Show this screen.
  31. --version Show version.
  32. --host=<host> The address of the computer hosting the database
  33. --port=<port> The port number on which the database can be
  34. accessed.
  35. --database=<database> The name of the database.
  36. --username=<username> A database username.
  37. --password=<password> The database password.
  38. """
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement