aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-download.c')
-rw-r--r--src/fs/gnunet-download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c
index 114154d79..ccfa9c417 100644
--- a/src/fs/gnunet-download.c
+++ b/src/fs/gnunet-download.c
@@ -297,9 +297,9 @@ main (int argc, char *const *argv)
297 return (GNUNET_OK == 297 return (GNUNET_OK ==
298 GNUNET_PROGRAM_run (argc, 298 GNUNET_PROGRAM_run (argc,
299 argv, 299 argv,
300 "gnunet-download", 300 "gnunet-download [OPTIONS] URI",
301 gettext_noop 301 gettext_noop
302 ("Download files from GNUnet."), 302 ("Download files from GNUnet using a GNUnet CHK or LOC URI (gnunet://fs/chk/...)"),
303 options, &run, NULL)) ? ret : 1; 303 options, &run, NULL)) ? ret : 1;
304} 304}
305 305