chiark / gitweb /
Don't mention removed "stg refresh" options
[stgit] / 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
-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',