X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/eb026d9396af187c6a92370595e85c4e94c4db0c..26aab5b04fa4ba13f48948de73e497cf0a315ad1:/stgit/commands/files.py diff --git a/stgit/commands/files.py b/stgit/commands/files.py index 35be5db..9ce926f 100644 --- a/stgit/commands/files.py +++ b/stgit/commands/files.py @@ -25,7 +25,13 @@ from stgit import stack, git help = 'show the files modified by a patch (or the current patch)' -usage = '%prog [options] []' +usage = """%prog [options] [] + +List the files modified by the given patch (defaulting to the current +one). Passing the '--stat' option shows the diff statistics for the +given patch. Note that this command doesn't show the files modified in +the working tree and not yet included in the patch by a 'refresh' +command. Use the 'diff' or 'status' commands for these files.""" options = [make_option('-s', '--stat', help = 'show the diff stat',