Remove documentation for obsolete commands
diff --git a/doc/help.txt b/doc/help.txt
index 904c7cd..5d3723b 100644
--- a/doc/help.txt
+++ b/doc/help.txt
@@ -48,58 +48,6 @@
  - project <directory>: Path reference to a cordova-generated project of the platform you specify
  - plugin <plugin-id>: The plugin to remove, identified by its id (see the plugin.xml's <plugin id> attribute)
 
-
-Interacting with the registry
-=============================
-
-NOTICE: The Cordova Plugin registry became read-only, so the following commands have been deprecated and removed:
-
-    $ plugman adduser
-    $ plugman publish
-    $ plugman unpublish
-    $ plugman owner add/rm
-
-For managing plugins for the npm registry, use corresponding npm commands. For more info on npm commands see `npm help <command>`. 
-Learn more about publishing your plugins to npm at http://plugins.cordova.io/npm/developers.html
-
-Search for a plugin
--------------------
-
-    $ plugman search <keyword1 keyword2 ...>
-
-Display plugin information
---------------------------
-
-    $ plugman info <pluginID>
-
-Manage registry configuration
------------------------------
-Display current configuration settings:
-
-    $ plugman config ls
-
-Display the current registry URL:
-
-    $ plugman config get registry
-
-Set registry URL: 
-
-    $ plugman config set registry <url>
-
-Example:
-
-    $ plugman config set registry http://localhost:5984/registry/_design/app/_rewrite
-    
-Manage Owners
--------------
-Plugin owners are allowed to publish updates to a plugin. To display a list of owners for a plugin, use:
-
-    $ plugman owner ls <pluginID>
-
-Example: 
-   
-    $ plugman owner ls org.apache.cordova.core.file
-
 Create A Plugin
 ---------------