From 24aa687f63956fa5cb85d25d80e01d53362a877e Mon Sep 17 00:00:00 2001 From: jgart Date: Tue, 21 Sep 2021 03:49:26 -0400 Subject: Fix typo in gnbug command --- README.gmi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.gmi') 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. -- cgit v1.2.3