From: Peter Oberndorfer Date: Tue, 8 Jan 2008 20:43:53 +0000 (+0100) Subject: Don't mention removed "stg refresh" options X-Git-Tag: v0.15-rc1~302 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/b8038cef20f401a08a38cb49f31be4bbef7013e0?ds=sidebyside Don't mention removed "stg refresh" options Change usage string of refresh to not refer to removed options for changing the patch author, commiter and description. Signed-off-by: Peter Oberndorfer Signed-off-by: Karl Hasselström --- diff --git a/stgit/commands/refresh.py b/stgit/commands/refresh.py index 6e8ed0c..6288acc 100644 --- a/stgit/commands/refresh.py +++ b/stgit/commands/refresh.py @@ -31,11 +31,9 @@ usage = """%prog [options] [] 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',