From 96d356a34d6eec18c987415aad0b2fa92304c98d Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 3 Apr 2019 21:33:04 +0200 Subject: commands: add "show --field humanId" --- doc/md/git-bug_show.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/md') diff --git a/doc/md/git-bug_show.md b/doc/md/git-bug_show.md index 86f3cfce..21d5460c 100644 --- a/doc/md/git-bug_show.md +++ b/doc/md/git-bug_show.md @@ -13,7 +13,7 @@ git-bug show [] [flags] ### Options ``` - -f, --field string Select field to display. Valid values are [author,authorEmail,createTime,id,labels,shortId,status,title] + -f, --field string Select field to display. Valid values are [author,authorEmail,createTime,humanId,id,labels,shortId,status,title] -h, --help help for show ``` -- cgit