aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlbert Chen <58009229+hselin-kalista-io@users.noreply.github.com>2020-07-03 04:39:09 -0700
committerGitHub <noreply@github.com>2020-07-03 12:39:09 +0100
commit7471156354002c6547aa6c3a4f39a3262f435ba4 (patch)
treee01c571fea7015239fc6c0363d72fd8dabafb117 /lib
parent9fa4dc1661f085d4e89a54d75acc3347d52f33fa (diff)
downloadlibfuse-7471156354002c6547aa6c3a4f39a3262f435ba4.tar.gz
Fixed minor print alignment issue in iconv_help(), replacing tab with space (#519)
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);
}