diff options
author | Martin Pool <mbp@samba.org> | 2003-03-12 02:58:45 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-03-12 02:58:45 +0000 |
commit | 9a63d8bc2af36386bd863dcda8d749cc9f29bb47 (patch) | |
tree | 5f6a6857161ad7c265fd9a5e00ef397e03389b59 /source3/torture | |
parent | a16b155fc92e7802d17d1ed27b8dc832fa7e531f (diff) | |
download | samba-9a63d8bc2af36386bd863dcda8d749cc9f29bb47.tar.gz samba-9a63d8bc2af36386bd863dcda8d749cc9f29bb47.tar.bz2 samba-9a63d8bc2af36386bd863dcda8d749cc9f29bb47.zip |
Update usage message.
(This used to be commit 17f01f6959fb79ba11a56d6869ec9789e3ee2f74)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/t_strcmp.c | 3 |
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; } |