summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r--source3/rpcclient/rpcclient.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index 6dc3cdb25b..d8c4757991 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -387,6 +387,10 @@ enum client_action
{
BOOL interactive = True;
+ printf("Please use rpcclient from the SAMBA_TNG cvs tag.\n");
+ printf("Please refer to http://samba.org/cvs.html for details.\n");
+ exit(-1);
+
int opt;
extern FILE *dbf;
extern char *optarg;