Add a space to avoid a typo 'or ina file'

This commit is contained in:
Sylvestre Ledru
2014-03-30 20:20:14 +02:00
parent cb35fbf9e2
commit 3d6c7247ae
+1 -1
View File
@@ -468,7 +468,7 @@ int main(int argc, char **argv)
if (!*options.username || !*options.password)
{
fprintf(stderr, "Unable to determine username and password.\n\n");
fprintf(stderr, "These can be set either as mount options or in"
fprintf(stderr, "These can be set either as mount options or in "
"a file named %s\n\n", settings_filename);
fprintf(stderr, " username=[Account username]\n");
fprintf(stderr, " password=[Account password]\n");