aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c1df482..2b4baa5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -10,7 +10,7 @@ class Param : public ParamProc
10public: 10public:
11 Param() : 11 Param() :
12 sFile("build.conf"), 12 sFile("build.conf"),
13 sCache("build.cache"), 13 sCache(".build.cache"),
14 bDebug( false ) 14 bDebug( false )
15 { 15 {
16 addHelpBanner("Build r?\n\n"); 16 addHelpBanner("Build r?\n\n");