diff options
Diffstat (limited to 'doc/man/git-bug-select.1')
-rw-r--r-- | doc/man/git-bug-select.1 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/man/git-bug-select.1 b/doc/man/git-bug-select.1 index 36728037..4df61221 100644 --- a/doc/man/git-bug-select.1 +++ b/doc/man/git-bug-select.1 @@ -1,7 +1,6 @@ -.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .nh -.ad l - +.TH GIT\-BUG(1)Apr 2019 +Generated from git\-bug's source code .SH NAME .PP @@ -10,7 +9,7 @@ git\-bug\-select \- Select a bug for implicit use in future commands. .SH SYNOPSIS .PP -\fBgit\-bug select <id> [flags]\fP +\fBgit\-bug select [flags]\fP .SH DESCRIPTION @@ -18,7 +17,7 @@ git\-bug\-select \- Select a bug for implicit use in future commands. Select a bug for implicit use in future commands. .PP -This command allows you to omit any bug <id> argument, for example: +This command allows you to omit any bug argument, for example: git bug show instead of git bug show 2f153ca @@ -30,7 +29,7 @@ The complementary command is "git bug deselect" performing the opposite operatio .SH OPTIONS .PP \fB\-h\fP, \fB\-\-help\fP[=false] - help for select + help for select .SH EXAMPLE |