mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-12-01 12:20:02 +00:00
Changed --context short flag to -C in scripts
This matches diff and grep, and avoids lower-case conflicts in test.py/bench.py.
This commit is contained in:
@ -1578,7 +1578,7 @@ if __name__ == "__main__":
|
||||
default=3,
|
||||
help="Show this many test failures. Defaults to 3.")
|
||||
bench_parser.add_argument(
|
||||
'--context',
|
||||
'-C', '--context',
|
||||
type=lambda x: int(x, 0),
|
||||
default=5,
|
||||
help="Show this many lines of stdout on bench failure. "
|
||||
|
||||
Reference in New Issue
Block a user