aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-17 20:51:09 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-17 20:51:09 +0200
commit43bf0063f2994463cdb98ec6420b786ca41dde28 (patch)
tree5a2c29ac37635d1cb6b020d7ce7f51849c42fc26 /Readme.md
parent1332a6ec0a00b2475bc2b7b35b4c61425361d6b6 (diff)
downloadgit-bug-43bf0063f2994463cdb98ec6420b786ca41dde28.tar.gz
crude implementation of show
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index bb997c18..e4f58caf 100644
--- a/Readme.md
+++ b/Readme.md
@@ -73,6 +73,9 @@ git bug pull [<remote>]
# Push bugs update to a git remote
git bug push [<remote>]
+# Display the details of a bug
+git bug show <id>
+
# Launch the web UI
git bug webui
```