chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
85289c0
)
Fix typo in help string.
author
Yann Dirson
<ydirson@altern.org>
Tue, 10 Apr 2007 21:47:09 +0000
(22:47 +0100)
committer
Catalin 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
patch
|
blob
|
blame
|
history
diff --git
a/stgit/commands/init.py
b/stgit/commands/init.py
index df2235ffcc191933582c4f23f1bdcf5de7eaed59..46562d0ee73a2278a6b136951e4c805a6da2b1db 100644
(file)
--- 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 mus
t
-
point
to a valid file in refs/heads/."""
+that
you must already be in a GIT repository and .git/HEAD must poin
t
+to a valid file in refs/heads/."""
options = []