diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -35,19 +35,19 @@ gocui: install forge --gui gocui >/tmp/forge.log 2>&1 private: install - forge find --private + forge list --private fix: install - forge --fix find --all + forge --fix list --all list-all: install forge list --all git-reset: install - forge --do-git-reset find --all + forge --do-git-reset list --all readonly: install - forge --list find --readonly + forge --list list --readonly config: install forge --config @@ -74,7 +74,7 @@ patches-list: install forge --list-patchset dirty: install - forge --no-gui find --all --dirty + forge dirty --all restart: reset |
