From 2eeb004cecd548bf949d16f9a6f847a25fa9a76e Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Thu, 6 Nov 2014 07:23:42 +0400 Subject: [PATCH] accepter les options partout --- fconv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \