summaryrefslogtreecommitdiff
path: root/README.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'README.gmi')
-rw-r--r--README.gmi6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.gmi b/README.gmi
index 317617f..11d3b83 100644
--- a/README.gmi
+++ b/README.gmi
@@ -40,9 +40,9 @@ Only list issues assigned to pjotrp.
List issues that were created or updated in the last 3 days, in the last week or month respectively. The --since argument is passed directly to `git log`. Therefore, gnbug understands any --since argument that `git log` understands.
```
-./gnubug news --since='3 days'
-./gnubug news --since='1 week'
-./gnubug news --since='1 month'
+./gnbug news --since='3 days'
+./gnbug news --since='1 week'
+./gnbug news --since='1 month'
```
Using `direnv` with `gnbug` allows the user to drop the `./` in the command.