aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-02-13 19:32:27 +0000
committerlloyd <[email protected]>2014-02-13 19:32:27 +0000
commit45b536e7a41ff1f6f2e064dc55549cb8076bc81b (patch)
tree3a92de1f2d4b20f398d72ede2413acc74ae96b82 /src/cmd
parent76bb8ade2fab7c32ee949458f6f5c88d943431eb (diff)
Add --destdir option to configure.py
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 f16db2027..cd42658b9 100644
--- a/src/cmd/main.cpp
+++ b/src/cmd/main.cpp
@@ -40,7 +40,7 @@ int config_main(int argc, char* argv[])
if(argc != 2)
{
std::cout << "Usage: " << argv[0] << " <what>\n"
- << " prefix: Print include params\n"
+ << " prefix: Print install prefix\n"
<< " cflags: Print include params\n"
<< " ldflags: Print linker params\n"
<< " libs: Print libraries\n";