Update usage message.
[samba.git] / 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;
        }