Fixed a warning with -pedantic
This commit is contained in:
parent
af8caf0bce
commit
64f31f34ee
6
src/ls.c
6
src/ls.c
|
@ -1,5 +1,5 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2007 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Unix utils */
|
/* This file is part of DeforaOS Unix utils */
|
||||||
/* utils is not free software; you can redistribute it and/or modify it under
|
/* 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
|
* 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\
|
-R Recursively list subdirectories encountered\n\
|
||||||
-a Write out all hidden directory entries\n\
|
-a Write out all hidden directory entries\n\
|
||||||
-c Use time of last modification of file status\n\
|
-c Use time of last modification of file status\n\
|
||||||
-d Treat directories like files\n\
|
-d Treat directories like files\n", stderr);
|
||||||
-l Write out in long format\n\
|
fputs(" -l Write out in long format\n\
|
||||||
-t Sort with the last modified file first\n\
|
-t Sort with the last modified file first\n\
|
||||||
-u Use time of last access\n\
|
-u Use time of last access\n\
|
||||||
-1 Force output to be one entry per line\n\
|
-1 Force output to be one entry per line\n\
|
||||||
|
|
Loading…
Reference in New Issue
Block a user