aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/gnunet-datastore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/gnunet-datastore.c b/src/datastore/gnunet-datastore.c
index 7caf5d175..9e0ee205e 100644
--- a/src/datastore/gnunet-datastore.c
+++ b/src/datastore/gnunet-datastore.c
@@ -250,7 +250,7 @@ int
250main (int argc, char *const *argv) 250main (int argc, char *const *argv)
251{ 251{
252 struct GNUNET_GETOPT_CommandLineOption options[] = { 252 struct GNUNET_GETOPT_CommandLineOption options[] = {
253 GNUNET_GETOPT_OPTION_FILENAME ('s', 253 GNUNET_GETOPT_option_filename ('s',
254 "sourcecfg", 254 "sourcecfg",
255 "FILENAME", 255 "FILENAME",
256 gettext_noop ("specifies the configuration to use to access an alternative datastore; will merge that datastore into our current datastore"), 256 gettext_noop ("specifies the configuration to use to access an alternative datastore; will merge that datastore into our current datastore"),