aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
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
```