1
0
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:
Kelly Brazil
2022-08-04 08:27:48 -07:00
parent bfe41d0391
commit 934ef04694

View File

@ -10,7 +10,7 @@ long_options_map: Dict[str, List[str]] = {
'--pretty': ['p', 'pretty print output'],
'--quiet': ['q', 'suppress warnings (double to ignore streaming errors)'],
'--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'],
'--version': ['v', 'version info'],
'--yaml-out': ['y', 'YAML output'],