1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Tests: fix usage message in ctdb_tool_libctdb

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit ca1d2bb62e61b7d723a648b3a9b146e258efcabb)
This commit is contained in:
Martin Schwenke 2012-01-15 14:55:15 +11:00
parent ed9eecb6bb
commit e420c6b801

View File

@ -157,7 +157,7 @@ static void test_parse_nodestring(const char *nodestring_s,
static void usage(void)
{
fprintf(stderr, "usage: ctdb_parse_nodelist <op>\n");
fprintf(stderr, "usage: ctdb_tool_libctdb <op>\n");
exit(1);
}