From 3427d5c60c7edd57641c052ca6d86afa9ecaa360 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 6 Sep 2004 01:00:03 +0000 Subject: [PATCH] Sort options in usage message. --- src/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.c b/src/test.c index 04affb4..fd7d7e8 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 (_("\ -- 2.7.4