mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
change long timestamp option to --time-out so it doesn't clash with the timestamp parser name
This commit is contained in:
@ -10,7 +10,7 @@ long_options_map: Dict[str, List[str]] = {
|
|||||||
'--pretty': ['p', 'pretty print output'],
|
'--pretty': ['p', 'pretty print output'],
|
||||||
'--quiet': ['q', 'suppress warnings (double to ignore streaming errors)'],
|
'--quiet': ['q', 'suppress warnings (double to ignore streaming errors)'],
|
||||||
'--raw': ['r', 'raw output'],
|
'--raw': ['r', 'raw output'],
|
||||||
'--timestamp': ['t', 'add UTC Unix timestamp information to output'],
|
'--time-out': ['t', 'add UTC Unix timestamp information to output'],
|
||||||
'--unbuffer': ['u', 'unbuffer output'],
|
'--unbuffer': ['u', 'unbuffer output'],
|
||||||
'--version': ['v', 'version info'],
|
'--version': ['v', 'version info'],
|
||||||
'--yaml-out': ['y', 'YAML output'],
|
'--yaml-out': ['y', 'YAML output'],
|
||||||
|
Reference in New Issue
Block a user