and -f <field1,field2> supports it too
This commit is contained in:
parent
d5843db8d6
commit
ed8713adfd
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ while test $# -ne 0; do
|
|||
usage
|
||||
exit 0;;
|
||||
-f|--fields)
|
||||
fields="$2"
|
||||
fields="`echo $2 | tr , ' '`"
|
||||
shift;;
|
||||
-f=*)
|
||||
printf '%s\n' '-f= is not allowed' 1>&2
|
||||
|
|
Loading…
Reference in a new issue