diff options
-rw-r--r-- | source4/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |