diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2002-11-08 10:22:58 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2002-11-08 10:22:58 +0000 |
commit | 7c4f9b9a05214fcfb692147a1883e52d2d2de1df (patch) | |
tree | 4f15d4cddf3f6d965dafd8eddc62c2536818c017 /winsup/utils/setfacl.c | |
parent | 00970f126e515353b4b25ebbea6c3c974a76333e (diff) | |
download | newlib-7c4f9b9a05214fcfb692147a1883e52d2d2de1df.zip newlib-7c4f9b9a05214fcfb692147a1883e52d2d2de1df.tar.gz newlib-7c4f9b9a05214fcfb692147a1883e52d2d2de1df.tar.bz2 |
* setfacl.c (usage): Add missing LF.
Diffstat (limited to 'winsup/utils/setfacl.c')
-rw-r--r-- | winsup/utils/setfacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c index fb65fb0..6ce9abd 100644 --- a/winsup/utils/setfacl.c +++ b/winsup/utils/setfacl.c @@ -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[] = { |