Also fix extended-options usage string.
Addresses-Coverity-Bug: 1444984
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
"\ttest_fs\n"
"\tdiscard\n"
"\tnodiscard\n"
- "\encoding=<encoding>\n"
+ "\tencoding=<encoding>\n"
"\tencoding_flags=<flags>\n"
"\tquotatype=<quota type(s) to be enabled>\n\n"),
badopt ? badopt : "");
en);
exit(1);
}
+ free(en);
fs_param.s_encoding = encoding;
ef = get_string_from_profile(fs_types, "encoding_flags", NULL);
if (ef) {
_("Unknown encoding flags from profile: %s"), ef);
exit(1);
}
+ free(ef);
} else
fs_param.s_encoding_flags =
e2p_get_encoding_flags(encoding);