aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/git-bug-user.14
-rw-r--r--doc/md/git-bug_user.md3
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/man/git-bug-user.1 b/doc/man/git-bug-user.1
index 1a14868d..dc04cee8 100644
--- a/doc/man/git-bug-user.1
+++ b/doc/man/git-bug-user.1
@@ -20,6 +20,10 @@ Display or change the user identity.
.SH OPTIONS
.PP
+\fB\-f\fP, \fB\-\-field\fP=""
+ Select field to display. Valid values are [email,humanId,id,lastModification,lastModificationLamport,login,metadata,name]
+
+.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
help for user
diff --git a/doc/md/git-bug_user.md b/doc/md/git-bug_user.md
index fe81a2c0..f2c783af 100644
--- a/doc/md/git-bug_user.md
+++ b/doc/md/git-bug_user.md
@@ -13,7 +13,8 @@ git-bug user [<user-id>] [flags]
### Options
```
- -h, --help help for user
+ -f, --field string Select field to display. Valid values are [email,humanId,id,lastModification,lastModificationLamport,login,metadata,name]
+ -h, --help help for user
```
### SEE ALSO