diff options
Diffstat (limited to 'src/clients/importare/importare.cc')
-rw-r--r-- | src/clients/importare/importare.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/clients/importare/importare.cc b/src/clients/importare/importare.cc index 6cedb3fc4..d7e5a8ea8 100644 --- a/src/clients/importare/importare.cc +++ b/src/clients/importare/importare.cc @@ -86,6 +86,9 @@ main(int argc, char *argv[]) Context context(std::string("In program ") + argv[0] + " " + options + ":"); + Log::get_instance()->message("importare.deprecated", ll_warning, lc_context) + << "importare is deprecated. Use 'cave import' instead."; + try { CommandLine::get_instance()->run(argc, argv, "importare", "IMPORTARE_OPTIONS", "IMPORTARE_CMDLINE"); |