diff options
author | Michael Muré <batolettre@gmail.com> | 2019-04-03 21:33:53 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-04-03 21:33:53 +0200 |
commit | 5b0a92dea43f467f31a65a6f02e937d285cb0a71 (patch) | |
tree | 83db754796427b04d28f03c9a32c09112f84db7c /doc | |
parent | 96d356a34d6eec18c987415aad0b2fa92304c98d (diff) | |
download | git-bug-5b0a92dea43f467f31a65a6f02e937d285cb0a71.tar.gz |
commands: add a --field flag to "git bug user" to display users details individually
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/git-bug-user.1 | 4 | ||||
-rw-r--r-- | doc/md/git-bug_user.md | 3 |
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 |