chiark / gitweb /
Fixes to doc strings.
[stgit] / stgit / commands / init.py
index 77ee1a2f3f614a832db2efe58f446e8a4453f7fd..df2235ffcc191933582c4f23f1bdcf5de7eaed59 100644 (file)
@@ -24,8 +24,12 @@ from stgit.utils import *
 from stgit import stack, git
 
 
-help = 'initialise the tree for use with StGIT'
-usage = '%prog'
+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/."""
 
 options = []