Skip to content

Commit

Permalink
add example for bw metadata NODE KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Sep 22, 2017
1 parent d2b3959 commit 4f549b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundlewrap/cmdline/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def build_parser_bw():
metavar=_("KEY"),
nargs='*',
type=str,
help=_("print only partial metadata from the given space-separated key path"),
help=_("print only partial metadata from the given space-separated key path (e.g. `bw metadata mynode users jdoe` to show `mynode.metadata['users']['jdoe']`)"),
)
parser_metadata.add_argument(
"-t",
Expand Down

0 comments on commit 4f549b2

Please sign in to comment.