Quantcast

README changes

Petr Grabovoy [06-03-16 - 00:02]
README changes
Filename
README.md
diff --git a/README.md b/README.md
index 43cb916..7039f9f 100644
--- a/README.md
+++ b/README.md
@@ -51,25 +51,7 @@ Output:
 ### /CMD

 * **/vdt - toggle ui**
-* **/vdd <name>** - add variable to the list. will search in _G
-
-Can use . to select object in some other object
-
-For example:
-/vdt ViragDevTool.myvar will add myvar to the list if it exists
-
-* **/vdt find [someString] [optional parent]**
-
-will try to find every variable that has searched someString
-
-For example:
-/vdt find Frame will list all the objects in _G that have "Frame" in their name
-/vdt find Frame ViragDevTool will list  vars with Frames in their name but only for ViragDevTool
-
-* **/vdt startswith [someString] [optional parent]**
-
-Same as for "/vdt find" but will look only prefix of variable names
-find searches for \*someString\* and startswith searches for someString\*
+* **/vdt help - for everything else**

 ### Other functionality
 * **Clicking on table name** will expand and show its children