From cf97155ab40ce39e913056f4ff1d74c65831d7d2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 30 Oct 2004 22:10:14 +0000 Subject: r3394: Give the user a clue why we are blasting them with the usage brick. Andrew Bartlett (This used to be commit d967569c569a1f8f41efface7c62d233401451f3) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 08670a0724..3aa74ac59b 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2748,6 +2748,7 @@ static BOOL is_binding_string(const char *binding_string) char *host = NULL, *share = NULL; if (!parse_unc(argv_new[1], &host, &share)) { + d_printf("Invalid option: %s is not a valid torture target (share or binding string)\n\n", argv_new[1]); usage(pc); } -- cgit