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:
parent
a16b155fc9
commit
9a63d8bc2a
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user