aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.h')
-rw-r--r--src/cmdline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmdline.h b/src/cmdline.h
index fef1712d6..05bf73795 100644
--- a/src/cmdline.h
+++ b/src/cmdline.h
@@ -25,7 +25,7 @@
struct options {
gboolean kill;
gboolean daemon;
- gboolean stderr;
+ gboolean log_stderr;
gboolean verbose;
int create_db;
};