1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Add a message about the testing-only nature of nmap-update.

This commit is contained in:
david
2012-01-02 01:22:08 +00:00
parent d9be338136
commit 2dde427109

View File

@@ -927,6 +927,13 @@ static int stage_channel(const char *channel, const char *staging_dir)
if (options.verbose) if (options.verbose)
printf("Checking out %s to %s.\n", svn_url, staging_dir); 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); err = checkout_svn(svn_url, staging_dir);
if (err != NULL) { if (err != NULL) {
svn_handle_error2(err, stderr, FALSE, "nmap-update: "); svn_handle_error2(err, stderr, FALSE, "nmap-update: ");