diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-06 01:00:03 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-06 01:00:03 +0000 |
commit | 3427d5c60c7edd57641c052ca6d86afa9ecaa360 (patch) | |
tree | 260fd7f6c5536b48a87d56074d720ebe3e90864e | |
parent | ee86084bea7baeeca2f46a1451341fdedf598ffc (diff) | |
download | coreutils-3427d5c60c7edd57641c052ca6d86afa9ecaa360.tar.xz |
Sort options in usage message.
-rw-r--r-- | src/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c index 04affb42e..fd7d7e832 100644 --- a/src/test.c +++ b/src/test.c @@ -884,8 +884,8 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\ fputs (_("\ -f FILE FILE exists and is a regular file\n\ -g FILE FILE exists and is set-group-ID\n\ - -h FILE FILE exists and is a symbolic link (same as -L)\n\ -G FILE FILE exists and is owned by the effective group ID\n\ + -h FILE FILE exists and is a symbolic link (same as -L)\n\ -k FILE FILE exists and has its sticky bit set\n\ "), stdout); fputs (_("\ |