Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-06 04:30:51 +0400
committerEric Andersen <andersen@codepoet.org>1999-10-06 04:30:51 +0400
commit4bea32abb5d25e3b83047c22fd3f4e8fae2479cd (patch)
treec8aad7a8b8c573c2421b7fb3e58fdd00a3c1fe9b /coreutils/chown.c
parent2b69c40e8060934c115922c012737bd471956f09 (diff)
latest and greatest.
Diffstat (limited to 'coreutils/chown.c')
-rw-r--r--coreutils/chown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/chown.c b/coreutils/chown.c
index fc0c2424f..5c2ae0da6 100644
--- a/coreutils/chown.c
+++ b/coreutils/chown.c
@@ -31,10 +31,10 @@ static int chownApp;
static char* invocationName=NULL;
-const char chgrp_usage[] = "[OPTION]... GROUP FILE...\n"
+static const char chgrp_usage[] = "[OPTION]... GROUP FILE...\n"
"Change the group membership of each FILE to GROUP.\n"
"\n\tOptions:\n" "\t-R\tchange files and directories recursively\n";
-const char chown_usage[] = "[OPTION]... OWNER[.[GROUP] FILE...\n"
+static const char chown_usage[] = "[OPTION]... OWNER[.[GROUP] FILE...\n"
"Change the owner and/or group of each FILE to OWNER and/or GROUP.\n"
"\n\tOptions:\n" "\t-R\tchange files and directories recursively\n";