1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

Update usage message.

(This used to be commit 17f01f6959fb79ba11a56d6869ec9789e3ee2f74)
This commit is contained in:
Martin Pool 2003-03-12 02:58:45 +00:00
parent a16b155fc9
commit 9a63d8bc2a

View File

@ -9,7 +9,8 @@
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
if (argc != 3) { 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]); argv[0]);
return 2; return 2;
} }