summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f3eec13..409761e 100644
--- a/Makefile
+++ b/Makefile
@@ -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