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/man/git-bug-user.1 | |
parent | 96d356a34d6eec18c987415aad0b2fa92304c98d (diff) | |
download | git-bug-5b0a92dea43f467f31a65a6f02e937d285cb0a71.tar.gz git-bug-5b0a92dea43f467f31a65a6f02e937d285cb0a71.zip |
commands: add a --field flag to "git bug user" to display users details individually
Diffstat (limited to 'doc/man/git-bug-user.1')
-rw-r--r-- | doc/man/git-bug-user.1 | 4 |
1 files changed, 4 insertions, 0 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 |