diff --git a/README.md b/README.md
index 9cc54ad67e32a27b6f28aee1c63c781ea76dc375..a7568561c1f17c0ec7dfcc8ef4f5b876078aba45 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ modes you will still be fine.
 `vcsh enter` and `vcsh run`  will be covered in later sections.
 
 
-## Initialize a new repository "vim"
+## Initialize a new repository called "vim"
 
     vcsh init vim
 
@@ -97,7 +97,17 @@ modes you will still be fine.
 
     vcsh vim pull
 
+## Show status of changed files in all repositories
 
+    vcsh status
+
+## Pull from all repositories
+
+    vcsh pull
+
+## Push to all repositories
+
+    vcsh push
 
 # Overview