Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update nnictl.py (#347)
Browse files Browse the repository at this point in the history
* Update nnictl.py

* modify help message for nnictl stop
  • Loading branch information
noklam authored and QuanluZhang committed Nov 12, 2018
1 parent 54246db commit 48b91c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nni_cmd/nnictl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48b91c4

Please sign in to comment.