Commit 48b91c45 authored by noklam's avatar noklam Committed by QuanluZhang
Browse files

Update nnictl.py (#347)

* Update nnictl.py

* modify help message for nnictl stop
parent 54246db5
......@@ -73,7 +73,7 @@ def parse_args():
#parse stop command
parser_stop = subparsers.add_parser('stop', help='stop the experiment')
parser_stop.add_argument('id', nargs='?', help='the id of experiment')
parser_stop.add_argument('id', nargs='?', help='the id of experiment, use "all" for all experiments')
parser_stop.set_defaults(func=stop_experiment)
#parse trial command
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment