From b310ab57debe2bc319fea38adb20540f3ec8f5f9 Mon Sep 17 00:00:00 2001 From: Ishan Loya Date: Tue, 25 Apr 2017 11:38:52 +0530 Subject: [PATCH] Update bench-commands-cheatsheet.md --- .../docs/user/en/bench/resources/bench-commands-cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/docs/user/en/bench/resources/bench-commands-cheatsheet.md b/frappe/docs/user/en/bench/resources/bench-commands-cheatsheet.md index fba4ce66a0..b412d5f78a 100755 --- a/frappe/docs/user/en/bench/resources/bench-commands-cheatsheet.md +++ b/frappe/docs/user/en/bench/resources/bench-commands-cheatsheet.md @@ -53,7 +53,7 @@ * `bench get-app [repo-link]` - Downloads an app from a git repository and installs it * `bench install-app [app-name]` Installs existing app * `bench remove-from-installed-apps [app-name]` Remove app from the list of apps -* `bench uninstall-app [app-name]` Delete app and everything linked to the app +* `bench uninstall-app [app-name]` Delete app and everything linked to the app (Bench needs to be running) * `bench remove-app [app-name]` Remove app from the bench entirely * `bench --site [sitename] --force reinstall ` Reinstall with fresh database (Caution: Will wipe out old database) * `bench new-site [sitename]` - Creates a new site