summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/torture/t_strcmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/torture/t_strcmp.c b/source3/torture/t_strcmp.c
index 622769001b..b510d64cf0 100644
--- a/source3/torture/t_strcmp.c
+++ b/source3/torture/t_strcmp.c
@@ -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;
}