aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs.c')
-rw-r--r--src/fs/gnunet-fs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs.c b/src/fs/gnunet-fs.c
index 2b24b7124..ad8f223ff 100644
--- a/src/fs/gnunet-fs.c
+++ b/src/fs/gnunet-fs.c
@@ -114,12 +114,12 @@ main (int argc, char *const *argv)
114{ 114{
115 struct GNUNET_GETOPT_CommandLineOption options[] = { 115 struct GNUNET_GETOPT_CommandLineOption options[] = {
116 116
117 GNUNET_GETOPT_OPTION_SET_ONE ('i', 117 GNUNET_GETOPT_option_flag ('i',
118 "list-indexed", 118 "list-indexed",
119 gettext_noop ("print a list of all indexed files"), 119 gettext_noop ("print a list of all indexed files"),
120 &list_indexed_files), 120 &list_indexed_files),
121 121
122 GNUNET_GETOPT_OPTION_VERBOSE (&verbose), 122 GNUNET_GETOPT_option_verbose (&verbose),
123 GNUNET_GETOPT_OPTION_END 123 GNUNET_GETOPT_OPTION_END
124 }; 124 };
125 125