* setfacl.c (usage): Add missing LF.
This commit is contained in:
parent
00970f126e
commit
7c4f9b9a05
|
@ -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
|
||||
|
|
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue