X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/42fc7623404159ca33ba5ef1bd74ca4c339d827a..ebbd6f00a745851a7c914b76bc963be50d12818e:/stgit/commands/diff.py?ds=sidebyside diff --git a/stgit/commands/diff.py b/stgit/commands/diff.py index 977f899..8678a0a 100644 --- a/stgit/commands/diff.py +++ b/stgit/commands/diff.py @@ -41,7 +41,8 @@ rev = '([patch][//[bottom | top]]) | | base' If neither bottom nor top are given but a '//' is present, the command shows the specified patch (defaulting to the current one).""" -options = [make_option('-r', metavar = 'rev1[..[rev2]]', dest = 'revs', +options = [make_option('-r', '--range', + metavar = 'rev1[..[rev2]]', dest = 'revs', help = 'show the diff between revisions'), make_option('-s', '--stat', help = 'show the stat instead of the diff',