mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-02 02:42:00 +02:00
Add a space to avoid a typo 'or ina file'
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user