aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 86d062a85..4ff1ad000 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -689,9 +689,9 @@ main (int argc, char *const *argv)
689 return (GNUNET_OK == 689 return (GNUNET_OK ==
690 GNUNET_PROGRAM_run (argc, 690 GNUNET_PROGRAM_run (argc,
691 argv, 691 argv,
692 "gnunet-publish", 692 "gnunet-publish [OPTIONS] FILENAME",
693 gettext_noop 693 gettext_noop
694 ("Publish files on GNUnet."), 694 ("Publish a file or directory on GNUnet"),
695 options, &run, NULL)) ? ret : 1; 695 options, &run, NULL)) ? ret : 1;
696} 696}
697 697