diff options
Diffstat (limited to 'doc/md/git-bug_select.md')
-rw-r--r-- | doc/md/git-bug_select.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 <id> 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 <id> [flags] +git-bug select ID [flags] ``` ### Examples |