From c1ec3331f1246f76261c9d41ee2a23b7557c83da Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Sun, 4 Dec 2011 23:41:45 +0100
Subject: [PATCH] Forgot to commit manpage for `vcsh <repo>`

---
 doc/vcsh.1.ronn | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn
index e434b3c..77e3fec 100644
--- a/doc/vcsh.1.ronn
+++ b/doc/vcsh.1.ronn
@@ -29,6 +29,8 @@ vcsh(1) - manage and sync config files via git
 
 `vcsh` <repo> <gitcommand>
 
+`vcsh` <repo>
+
 
 ## DESCRIPTION
 
@@ -101,6 +103,9 @@ an interactive user.
 * <repo> <gitcommand>:
   Shortcut to run `vcsh` on a repo. Will prepend `git` to <command> by itself.
 
+* <repo>:
+  Shortcut to run `vcsh enter <repo>`.
+
 ## ENVIRONMENT
 
 As noted earlier, `vcsh` will set <$GIT_DIR> and <$GIT_WORK_TREE> to the
-- 
GitLab