Skip to content

Commit b1f6c6f

Browse files
committed
Make documentation of get-issue-metadata less ambiguous
Apparently, it was not clear enough that the subcommand accepts a message id rather than an issue id. Signed-off-by: Matthias Beyer <[email protected]>
1 parent 92c8c8b commit b1f6c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ subcommands:
111111

112112
- get-issue-metadata:
113113
about: >
114-
Prints a log of commit tags, from the supplied issue head to
115-
the initial issue message.
114+
Prints metadata tags, beginning from the supplied message id
115+
(e.g. an issue head) to the initial issue message.
116116
version: 0.4.0
117117
authors:
118118
- Matthias Beyer <[email protected]>

0 commit comments

Comments
 (0)