diff --git a/fconv b/fconv index 49d1bf9..52d6b22 100755 --- a/fconv +++ b/fconv @@ -163,7 +163,7 @@ OPTIMIZE_CONV=1 REVERSE_CONV= FILE= show_cmd= -parse_opts + "${PRETTYOPTS[@]}" \ +parse_opts "${PRETTYOPTS[@]}" \ --help '$exit_with display_help' \ -N,--detect-always OPTIMIZE_CONV= \ -r,--reverse REVERSE_CONV=1 \