aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-02-06 04:01:31 +0000
committerlloyd <[email protected]>2015-02-06 04:01:31 +0000
commit9693089c88a1d7731c0633c7c0517cf4f9c28ae2 (patch)
tree6c72671da882b28d824babe655929a41d2f764f0 /src/cmd
parentf41ae8e3119fa5647f142dc2a806799cdafa21d4 (diff)
Mark modules pulling in external deps (zlib, boost, etc) as such, and
notify the user when they are enabled. Drop botan-config, replaced by `botan config` command added in 1.11.8
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/main.cpp b/src/cmd/main.cpp
index 4b1e9a62d..acb221354 100644
--- a/src/cmd/main.cpp
+++ b/src/cmd/main.cpp
@@ -83,7 +83,7 @@ int config(int argc, char* argv[])
else
{
- std::cerr << "Unknown option " << arg << " to botan-config\n";
+ std::cerr << "Unknown option " << arg << " to botan config\n";
return 1;
}