From: Yann Dirson Date: Tue, 10 Apr 2007 21:47:09 +0000 (+0100) Subject: Fix typo in help string. X-Git-Tag: v0.13~111 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/299f65f5926f9e7b0db509351d50474a6a3891ca Fix typo in help string. Signed-off-by: Yann Dirson --- diff --git a/stgit/commands/init.py b/stgit/commands/init.py index df2235f..46562d0 100644 --- a/stgit/commands/init.py +++ b/stgit/commands/init.py @@ -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 = []