cmdline: removed options --create-db and --no-create-db
Both options are deprecated, and should not be used anymore. Many users get confused by their presence.
This commit is contained in:
@@ -27,7 +27,6 @@ struct options {
|
||||
gboolean daemon;
|
||||
gboolean log_stderr;
|
||||
gboolean verbose;
|
||||
int create_db;
|
||||
};
|
||||
|
||||
void parse_cmdline(int argc, char **argv, struct options *options);
|
||||
|
||||
Reference in New Issue
Block a user