* setfacl.c (usage): Add missing LF.

This commit is contained in:
Corinna Vinschen
2002-11-08 10:22:58 +00:00
parent 00970f126e
commit 7c4f9b9a05
2 changed files with 5 additions and 1 deletions

View File

@@ -383,7 +383,7 @@ usage (FILE * stream)
"account currently.\n", prog_name);
}
else
fprintf(stream, "Try `%s --help' for more information.", prog_name);
fprintf(stream, "Try `%s --help' for more information.\n", prog_name);
}
struct option longopts[] = {