aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/git-bug-select.1
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-23 14:38:02 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-23 14:38:02 +0100
commit4559af5e71a2d6d1c53329e565d101c3eadacf6e (patch)
tree68a9ca95b43663793a7df52150a0f07be9502277 /doc/man/git-bug-select.1
parentda2eb3c519be1da8adf1ab0da8dbb526cfce9a73 (diff)
downloadgit-bug-4559af5e71a2d6d1c53329e565d101c3eadacf6e.tar.gz
update auto-generated files
Diffstat (limited to 'doc/man/git-bug-select.1')
-rw-r--r--doc/man/git-bug-select.111
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