Skip to content

Commit

Permalink
added help to snapshot create parser command
Browse files Browse the repository at this point in the history
  • Loading branch information
asampat3090 committed Jul 20, 2018
1 parent 7159169 commit ad699b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datmo/cli/parser.py
Expand Up @@ -417,7 +417,8 @@ def get_datmo_parser():

snapshot_create = snapshot_subcommand_parsers.add_parser(
"create",
description=__("argparser", "cli.snapshot.create.description"))
description=__("argparser", "cli.snapshot.create.description"),
help="create a snapshot")
snapshot_create.add_argument(
"--message",
"-m",
Expand Down

0 comments on commit ad699b4

Please sign in to comment.