From e003251cbc13ebebe944049f45a5c344c2d5b603 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Wed, 26 Oct 2011 22:37:57 +0200
Subject: [PATCH] Fix stupid bug

---
 vcsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vcsh b/vcsh
index c12ee74..dd3d91e 100755
--- a/vcsh
+++ b/vcsh
@@ -42,7 +42,7 @@ help() {
 
    init <repo>       Initialize a new repository
    clone <remote> \\
-         [<repo>]    Clone from an existing repository
+         [<repo>]    Clone from an existing repository" >&2
 }
 
 use() {
-- 
GitLab