Fixed minor print alignment issue in iconv_help(), replacing tab with space (#519)
authorAlbert Chen <58009229+hselin-kalista-io@users.noreply.github.com>
Fri, 3 Jul 2020 11:39:09 +0000 (04:39 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 11:39:09 +0000 (12:39 +0100)
lib/modules/iconv.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 3a4db7c..e04e7a9
@@ -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);
 }