mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
adjust help message
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
a4e1eece3d
commit
b10cf0dd39
@ -184,9 +184,10 @@ def main() -> int:
|
|||||||
'(default: print diff, do not modify files)'))
|
'(default: print diff, do not modify files)'))
|
||||||
parser.add_argument('--subset', action='store_true',
|
parser.add_argument('--subset', action='store_true',
|
||||||
help=('check a subset of the files known to git '
|
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',
|
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()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user