aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-x[-rw-r--r--]lib/modules/iconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules/iconv.c b/lib/modules/iconv.c
index 3a4db7c..e04e7a9 100644..100755
--- a/lib/modules/iconv.c
+++ b/lib/modules/iconv.c
@@ -644,7 +644,7 @@ static void iconv_help(void)
free(old);
printf(
" -o from_code=CHARSET original encoding of file names (default: UTF-8)\n"
-" -o to_code=CHARSET new encoding of the file names (default: %s)\n",
+" -o to_code=CHARSET new encoding of the file names (default: %s)\n",
charmap);
free(charmap);
}