1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56:13 +01:00

improve wording in rdiff documentation

This commit is contained in:
Dr. Peter Poeml 2007-11-29 17:32:52 +00:00
parent 620bc2ea68
commit 9aafba838f

View File

@ -600,15 +600,21 @@ class Osc(cmdln.Cmdln):
@cmdln.option('--oldprj', metavar='OLDPRJ',
help='project to diff against')
help='project to compare against')
@cmdln.option('--oldpkg', metavar='OLDPKG',
help='package to diff against')
help='package to compare against')
@cmdln.option('-r', '--revision', metavar='N[:M]',
help='revision id, where N = old revision and M = new revision')
def do_rdiff(self, subcmd, opts, new_project, new_package):
"""${cmd_name}: server-side "pretty" diff of two packages
Note that this command doesn't reply a normal diff which can be applied as patch.
If neither OLDPRJ nor OLDPKG are specified, the diff is against the
last revision, thus showing the latest change.
Note that this command doesn't reply a "normal" diff which can be
applied as patch, but a pretty diff, which also compares the content of
tarballs.
${cmd_usage}
${cmd_option_list}