From 64f31f34ee96eecc2e6e1f20fe2e7ed46b0f22b2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 11 Jul 2009 23:52:28 +0000 Subject: [PATCH] Fixed a warning with -pedantic --- src/ls.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ls.c b/src/ls.c index 57cbd3a..6f5886b 100644 --- a/src/ls.c +++ b/src/ls.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2007 Pierre Pronchery */ +/* Copyright (c) 2009 Pierre Pronchery */ /* This file is part of DeforaOS Unix utils */ /* utils is not free software; you can redistribute it and/or modify it under * the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 @@ -689,8 +689,8 @@ static int _usage(void) -R Recursively list subdirectories encountered\n\ -a Write out all hidden directory entries\n\ -c Use time of last modification of file status\n\ - -d Treat directories like files\n\ - -l Write out in long format\n\ + -d Treat directories like files\n", stderr); + fputs(" -l Write out in long format\n\ -t Sort with the last modified file first\n\ -u Use time of last access\n\ -1 Force output to be one entry per line\n\