Update usage message.
authorMartin Pool <mbp@samba.org>
Wed, 12 Mar 2003 02:58:45 +0000 (02:58 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 12 Mar 2003 02:58:45 +0000 (02:58 +0000)
(This used to be commit 17f01f6959fb79ba11a56d6869ec9789e3ee2f74)

source3/torture/t_strcmp.c

index 622769001ba4a834bfe9f60c47b25bd24ec2b6af..b510d64cf08528733ca9e079f53b409e4ec53ac9 100644 (file)
@@ -9,7 +9,8 @@
 int main(int argc, char *argv[])
 {
        if (argc != 3) {
-               fprintf(stderr, "usage: %s STRING1 STRING2\nCompares two strings\n",
+               fprintf(stderr, "usage: %s STRING1 STRING2\n"
+                       "Compares two strings, prints the results of StrCaseCmp\n",
                        argv[0]);
                return 2;
        }