chiark / gitweb /
Don't mention removed "stg refresh" options
authorPeter Oberndorfer <kumbayo84@arcor.de>
Tue, 8 Jan 2008 20:43:53 +0000 (21:43 +0100)
committerKarl Hasselström <kha@treskal.com>
Thu, 10 Jan 2008 00:24:12 +0000 (01:24 +0100)
Change usage string of refresh to not refer to removed options for
changing the patch author, commiter and description.

Signed-off-by: Peter Oberndorfer <kumbayo84@arcor.de>
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/refresh.py

index 6e8ed0c313f87e3ec9bd3a1f80cf6a1b1f19eb80..6288acc22e1aaba72452db6bda7bfb9fefd1e5b2 100644 (file)
@@ -31,11 +31,9 @@ usage = """%prog [options] [<files or dirs>]
 
 Include the latest tree changes in the current patch. This command
 generates a new GIT commit object with the patch details, the previous
 
 Include the latest tree changes in the current patch. This command
 generates a new GIT commit object with the patch details, the previous
-one no longer being visible. The patch attributes like author,
-committer and description can be changed with the command line
-options. The '--force' option is useful when a commit object was
-created with a different tool but the changes need to be included in
-the current patch."""
+one no longer being visible. The '--force' option is useful
+when a commit object was created with a different tool
+but the changes need to be included in the current patch."""
 
 directory = DirectoryHasRepository()
 options = [make_option('-f', '--force',
 
 directory = DirectoryHasRepository()
 options = [make_option('-f', '--force',