aboutsummaryrefslogtreecommitdiff
path: root/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'chown.c')
-rw-r--r--chown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chown.c b/chown.c
index fc0c2424f..5c2ae0da6 100644
--- a/chown.c
+++ b/chown.c
@@ -31,10 +31,10 @@ static int chownApp;
31static char* invocationName=NULL; 31static char* invocationName=NULL;
32 32
33 33
34const char chgrp_usage[] = "[OPTION]... GROUP FILE...\n" 34static const char chgrp_usage[] = "[OPTION]... GROUP FILE...\n"
35 "Change the group membership of each FILE to GROUP.\n" 35 "Change the group membership of each FILE to GROUP.\n"
36 "\n\tOptions:\n" "\t-R\tchange files and directories recursively\n"; 36 "\n\tOptions:\n" "\t-R\tchange files and directories recursively\n";
37const char chown_usage[] = "[OPTION]... OWNER[.[GROUP] FILE...\n" 37static const char chown_usage[] = "[OPTION]... OWNER[.[GROUP] FILE...\n"
38 "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" 38 "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n"
39 "\n\tOptions:\n" "\t-R\tchange files and directories recursively\n"; 39 "\n\tOptions:\n" "\t-R\tchange files and directories recursively\n";
40 40