##// END OF EJS Templates
Fixing typo in --log-to-file.
Brian Granger -
Show More
@@ -66,7 +66,7 See the `profile` and `profile_dir` options for details.
66 66
67 67 _examples = """
68 68 ipengine --ip=192.168.0.1 --port=1000 # connect to hub at ip and port
69 ipengine --log_to_file --log_level=DEBUG # log to a file with DEBUG verbosity
69 ipengine --log-to-file --log_level=DEBUG # log to a file with DEBUG verbosity
70 70 """
71 71
72 72 #-----------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now