aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-17 09:46:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-17 09:46:31 +0000
commitd188dc870a727cf798b01b7026ff8748c500db5e (patch)
treec743ea015daefefcb2f2bb51bd0c8c320b77556e /src/fs/gnunet-directory.c
parent0983dfa8fb93783e3f1893f633a2a690dbdb258c (diff)
downloadgnunet-d188dc870a727cf798b01b7026ff8748c500db5e.tar.gz
gnunet-d188dc870a727cf798b01b7026ff8748c500db5e.zip
fix 1695
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