forked from Imagelibrary/littlefs
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:
@@ -805,7 +805,7 @@ if __name__ == "__main__":
|
||||
action='store_true',
|
||||
help="Show uncovered branches.")
|
||||
parser.add_argument(
|
||||
'-c', '--context',
|
||||
'-C', '--context',
|
||||
type=lambda x: int(x, 0),
|
||||
default=3,
|
||||
help="Show n additional lines of context. Defaults to 3.")
|
||||
|
||||
Reference in New Issue
Block a user