From 9a63d8bc2af36386bd863dcda8d749cc9f29bb47 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 12 Mar 2003 02:58:45 +0000 Subject: Update usage message. (This used to be commit 17f01f6959fb79ba11a56d6869ec9789e3ee2f74) --- source3/torture/t_strcmp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') 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; } -- cgit