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 df2235f..46562d0 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
-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 = []