* 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

@ -1,3 +1,7 @@
2002-11-08 Corinna Vinschen <corinna@vinschen.de>
* setfacl.c (usage): Add missing LF.
2002-10-30 Christopher Faylor <cgf@redhat.com>
* cygpath.cc (get_long_path_name_w32impl): Define similarly to

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[] = {