chiark / gitweb /
Fix typo in help string.
authorYann Dirson <ydirson@altern.org>
Tue, 10 Apr 2007 21:47:09 +0000 (22:47 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 10 Apr 2007 21:47:09 +0000 (22:47 +0100)
Signed-off-by: Yann Dirson <ydirson@altern.org>
stgit/commands/init.py

index df2235ffcc191933582c4f23f1bdcf5de7eaed59..46562d0ee73a2278a6b136951e4c805a6da2b1db 100644 (file)
@@ -28,8 +28,8 @@ help = 'initialise the current branch for use with StGIT'
 usage = """%prog [options]
 
 Initialise the current GIT branch to be used as an StGIT stack. Note
 usage = """%prog [options]
 
 Initialise the current GIT branch to be used as an StGIT stack. Note
-that the you must already be in a GIT repository and .git/HEAD must
-point to a valid file in refs/heads/."""
+that you must already be in a GIT repository and .git/HEAD must point
+to a valid file in refs/heads/."""
 
 options = []
 
 
 options = []