summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-03-12 02:58:45 +0000
committerMartin Pool <mbp@samba.org>2003-03-12 02:58:45 +0000
commit9a63d8bc2af36386bd863dcda8d749cc9f29bb47 (patch)
tree5f6a6857161ad7c265fd9a5e00ef397e03389b59
parenta16b155fc92e7802d17d1ed27b8dc832fa7e531f (diff)
downloadsamba-9a63d8bc2af36386bd863dcda8d749cc9f29bb47.tar.gz
samba-9a63d8bc2af36386bd863dcda8d749cc9f29bb47.tar.xz
samba-9a63d8bc2af36386bd863dcda8d749cc9f29bb47.zip
Update usage message.
(This used to be commit 17f01f6959fb79ba11a56d6869ec9789e3ee2f74)
-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 622769001ba..b510d64cf08 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;
}