From 2dde427109bffa0ada2e789f301a0c2d2c91cab9 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 2 Jan 2012 01:22:08 +0000 Subject: [PATCH] Add a message about the testing-only nature of nmap-update. --- nmap-update/nmap-update.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nmap-update/nmap-update.c b/nmap-update/nmap-update.c index 14c5c7bed..a4a5da15b 100644 --- a/nmap-update/nmap-update.c +++ b/nmap-update/nmap-update.c @@ -927,6 +927,13 @@ static int stage_channel(const char *channel, const char *staging_dir) if (options.verbose) printf("Checking out %s to %s.\n", svn_url, staging_dir); + printf("\ +\n\ +The Nmap Updater is currently only available to a small set of users\n\ +for testing purposes. We hope to expand it in the future.\n\ +\n\ +"); + err = checkout_svn(svn_url, staging_dir); if (err != NULL) { svn_handle_error2(err, stderr, FALSE, "nmap-update: ");