aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-directory.c')
-rw-r--r--src/fs/gnunet-directory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c
index c40a26b74..9bd5ed9c1 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -198,9 +198,9 @@ main (int argc, char *const *argv)
198 return (GNUNET_OK == 198 return (GNUNET_OK ==
199 GNUNET_PROGRAM_run (argc, 199 GNUNET_PROGRAM_run (argc,
200 argv, 200 argv,
201 "gnunet-directory", 201 "gnunet-directory [OPTIONS] FILENAME",
202 gettext_noop 202 gettext_noop
203 ("Display GNUnet directories."), 203 ("Display contents of a GNUnet directory"),
204 options, &run, NULL)) ? ret : 1; 204 options, &run, NULL)) ? ret : 1;
205} 205}
206 206