From 7d6c2125428bb158e0036ab115f6d49a49be4e4f Mon Sep 17 00:00:00 2001 From: Joshua Birk Date: Thu, 10 Nov 2011 15:33:12 -0600 Subject: [PATCH] Clarifying that Delete All only effects local files. Still, use with caution. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 174173a..a48a161 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ The bundle provides the following:
  • Add Password: Highlighted text in the format "password:accountname" will add a new password to Keychain under accountname and replace the text with accountname.
  • Lock Keychain: Locks keychain and requires a password for later use. -
  • Delete Except: This command will delete all the classes, pages, components and triggers from the project unless they include the highlighted text in their filenames. This is case sensitive, and obviously suggested to save and build before latest ... there is no undo. Only for the brave but handy for people with large orgs looking only for projects which started with "something". +
  • Delete Except: This command will delete all the classes, pages, components and triggers from the local project folder unless they include the highlighted text in their filenames. This is case sensitive, and obviously suggested to save and build before latest ... there is no undo. Only for the brave but handy for people with large orgs looking only for projects which started with "something".