mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 18:40:01 +00:00
Fix example command
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
9d34cf3f0b
commit
d449cedd3a
@ -171,8 +171,8 @@ def main() -> int:
|
||||
# --files is almost useless: it only matters if there are no files
|
||||
# ('code_style.py' without arguments checks all files known to Git,
|
||||
# 'code_style.py --files' does nothing). In particular,
|
||||
# 'code_style.py --files ...' is intended as a stable ("porcelain") way
|
||||
# to restyle a possibly empty set of files.
|
||||
# 'code_style.py --fix --files ...' is intended as a stable ("porcelain")
|
||||
# way to restyle a possibly empty set of files.
|
||||
parser.add_argument('--files', action='store_true',
|
||||
help='only check the specified files (default with non-option arguments)')
|
||||
parser.add_argument('operands', nargs='*', metavar='FILE',
|
||||
|
Loading…
x
Reference in New Issue
Block a user