summaryrefslogtreecommitdiff
path: root/src/miavd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/miavd.cc')
-rw-r--r--src/miavd.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/miavd.cc b/src/miavd.cc
index 1658648..89e8990 100644
--- a/src/miavd.cc
+++ b/src/miavd.cc
@@ -51,7 +51,7 @@ static const char copyright_str[] =
static const char usage_str[] =
"Usage: %s [options]\n"
"Options:\n"
-" -c, --config file Read configfile from 'file' (default "ETC"/miav.conf)\n"
+" -c, --config file Read configfile from 'file' (default "ETC"/miavd.conf)\n"
" -f, --foreground Run in foreground mode (non-daemon mode)\n"
" -u, --user user Run as 'user' (overrides the configfile)\n"
" -g, --group group Run as 'group' (overrides the configfile)\n"
@@ -69,7 +69,7 @@ int main(int argc, char *argv[])
const char *hugin_filter = "+all";
const char *logfile = NULL;
int c;
- std::string configfile = ETC"/miav.conf";
+ std::string configfile = ETC"/miavd.conf";
char *user = NULL;
char *group = NULL;
bool foreground = false;