summaryrefslogtreecommitdiff
path: root/README.gmi
diff options
context:
space:
mode:
authorArun Isaac2021-09-26 02:55:26 +0530
committerArun Isaac2021-09-26 02:56:57 +0530
commitbf6ade1b9843d9b57b2188a886c0b8d2eee7e462 (patch)
treea2d2b68db629dd13dc7ad6c0a7e1009a30fc0f7a /README.gmi
parentd91b59b95c7abe29f9a891bec4caa669e7855db4 (diff)
downloadgn-gemtext-bf6ade1b9843d9b57b2188a886c0b8d2eee7e462.tar.gz
README: Document gnbug built-in help.
* README.gmi (gnbug): Document the built-in help feature.
Diffstat (limited to 'README.gmi')
-rw-r--r--README.gmi6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.gmi b/README.gmi
index eede2c9..3bbb827 100644
--- a/README.gmi
+++ b/README.gmi
@@ -55,5 +55,9 @@ List issues that were created or updated in the last 3 days, in the last week or
./gnbug news --since='1 month'
```
-Using `direnv` with `gnbug` allows the user to drop the `./` in the command.
+To learn more about gnbug, please use the built-in help feature.
+```
+./gnbug --help
+```
+Using `direnv` with `gnbug` allows the user to drop the `./` in the command.