summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-18 03:11:02 +0000
committerJim Meyering <jim@meyering.net>1993-10-18 03:11:02 +0000
commit47ff7adaa21056ee5e3e8bbcd72f052e1b03816a (patch)
tree07ac43f93de1d813e6df70d8cf9706c192b634c0 /src/ls.c
parentce559ec2e53843f0fc96ed5caa8ba8f6ce8f85e3 (diff)
downloadcoreutils-47ff7adaa21056ee5e3e8bbcd72f052e1b03816a.tar.xz
Change `fprintf (stdout' to `printf ('.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ls.c b/src/ls.c
index 2024b1b28..627d0e08a 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -1887,7 +1887,7 @@ Usage: %s [OPTION]... [PATH]...\n\
if (status == 0)
{
- fprintf (stdout, "\
+ printf ("\
-a, --all do not hide entries starting with .\n\
-b, --escape print octal escapes for nongraphic characters\n\
-c sort by change time; with -l: show ctime\n\
@@ -1909,7 +1909,7 @@ Usage: %s [OPTION]... [PATH]...\n\
-x list entries by lines instead of by columns\n\
-A, --almost-all do not list implied . and ..\n");
- fprintf (stdout, "\
+ printf ("\
-B, --ignore-backups do not list implied entries ending with ~\n\
-C list entries by columns\n\
-F, --classify append a character for typing each entry\n\