From ae5c0967cec40a7dcf9804ff592a4d15f1b26569 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 28 Jul 2020 20:24:24 +0200 Subject: commands: cleanup the command's usage to avoid warnings when generating the doc --- doc/md/git-bug_select.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/md/git-bug_select.md') diff --git a/doc/md/git-bug_select.md b/doc/md/git-bug_select.md index 6a851acb..b8a71120 100644 --- a/doc/md/git-bug_select.md +++ b/doc/md/git-bug_select.md @@ -6,7 +6,7 @@ Select a bug for implicit use in future commands. Select a bug for implicit use in future commands. -This command allows you to omit any bug argument, for example: +This command allows you to omit any bug ID argument, for example: git bug show instead of git bug show 2f153ca @@ -15,7 +15,7 @@ The complementary command is "git bug deselect" performing the opposite operatio ``` -git-bug select [flags] +git-bug select ID [flags] ``` ### Examples -- cgit