1
1
mirror of https://github.com/wader/fq.git synced 2024-12-23 13:22:58 +03:00

interp: Clearer help for -d

This commit is contained in:
Mattias Wadman 2021-11-16 08:43:29 +01:00
parent 1b32b42f93
commit 3fafee8559
3 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ Usage: fq [OPTIONS] [--] [EXPR] [FILE...]
--argjson NAME JSON Set variable $NAME to JSON
--color-output,-C Force color output
--compact-output,-c Compact output
--decode,-d NAME Decode format (probe)
--decode,-d NAME Force decode format (probe)
--decode-file NAME PATH Set variable $NAME to decode of file
--formats Show supported formats
--from-file,-f PATH Read EXPR from file

View File

@ -178,7 +178,7 @@ def _main:
"decode_format": {
short: "-d",
long: "--decode",
description: "Decode format (probe)",
description: "Force decode format (probe)",
string: "NAME"
},
"decode_file": {

View File

@ -13,7 +13,7 @@ Usage: fq [OPTIONS] [--] [EXPR] [FILE...]
--argjson NAME JSON Set variable $NAME to JSON
--color-output,-C Force color output
--compact-output,-c Compact output
--decode,-d NAME Decode format (probe)
--decode,-d NAME Force decode format (probe)
--decode-file NAME PATH Set variable $NAME to decode of file
--formats Show supported formats
--from-file,-f PATH Read EXPR from file