adjust help message

Signed-off-by: Pengyu Lv <[email protected]>
This commit is contained in:
Pengyu Lv
2023-02-16 18:12:51 +08:00
parent 75e11d3703
commit 44b75a605b
+3 -2
View File
@@ -184,9 +184,10 @@ def main() -> int:
'(default: print diff, do not modify files)'))
parser.add_argument('--subset', action='store_true',
help=('check a subset of the files known to git '
'(default: empty FILE means full set)'))
'(default: check all files passed as arguments, '
'known to git or not)'))
parser.add_argument('operands', nargs='*', metavar='FILE',
help='files to check')
help='files to check (if none: check files that are known to git)')
args = parser.parse_args()