diff options
-rw-r--r-- | coreutils/chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/chown.c b/coreutils/chown.c index 1a9127622..cb07bbcbb 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c | |||
@@ -16,10 +16,10 @@ | |||
16 | //usage: "Change the owner and/or group of each FILE to OWNER and/or GROUP\n" | 16 | //usage: "Change the owner and/or group of each FILE to OWNER and/or GROUP\n" |
17 | //usage: "\n -R Recurse" | 17 | //usage: "\n -R Recurse" |
18 | //usage: "\n -h Affect symlinks instead of symlink targets" | 18 | //usage: "\n -h Affect symlinks instead of symlink targets" |
19 | //usage: IF_DESKTOP( | ||
19 | //usage: "\n -L Traverse all symlinks to directories" | 20 | //usage: "\n -L Traverse all symlinks to directories" |
20 | //usage: "\n -H Traverse symlinks on command line only" | 21 | //usage: "\n -H Traverse symlinks on command line only" |
21 | //usage: "\n -P Don't traverse symlinks (default)" | 22 | //usage: "\n -P Don't traverse symlinks (default)" |
22 | //usage: IF_DESKTOP( | ||
23 | //usage: "\n -c List changed files" | 23 | //usage: "\n -c List changed files" |
24 | //usage: "\n -v List all files" | 24 | //usage: "\n -v List all files" |
25 | //usage: "\n -f Hide errors" | 25 | //usage: "\n -f Hide errors" |