aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-unindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-unindex.c')
-rw-r--r--src/fs/gnunet-unindex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-unindex.c b/src/fs/gnunet-unindex.c
index f73d2f0cc..c1d1890db 100644
--- a/src/fs/gnunet-unindex.c
+++ b/src/fs/gnunet-unindex.c
@@ -195,9 +195,9 @@ main (int argc, char *const *argv)
195 return (GNUNET_OK == 195 return (GNUNET_OK ==
196 GNUNET_PROGRAM_run (argc, 196 GNUNET_PROGRAM_run (argc,
197 argv, 197 argv,
198 "gnunet-unindex", 198 "gnunet-unindex [OPTIONS] FILENAME",
199 gettext_noop 199 gettext_noop
200 ("Unindex files."), 200 ("Unindex a file that was previously indexed with gnunet-publish."),
201 options, &run, NULL)) ? ret : 1; 201 options, &run, NULL)) ? ret : 1;
202} 202}
203 203