summaryrefslogtreecommitdiff
path: root/src/fs
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
parent0983dfa8fb93783e3f1893f633a2a690dbdb258c (diff)
fix 1695
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-directory.c4
-rw-r--r--src/fs/gnunet-download.c4
-rw-r--r--src/fs/gnunet-pseudonym.c2
-rw-r--r--src/fs/gnunet-publish.c4
-rw-r--r--src/fs/gnunet-search.c4
-rw-r--r--src/fs/gnunet-unindex.c4
6 files changed, 11 insertions, 11 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)
return (GNUNET_OK ==
GNUNET_PROGRAM_run (argc,
argv,
- "gnunet-directory",
+ "gnunet-directory [OPTIONS] FILENAME",
gettext_noop
- ("Display GNUnet directories."),
+ ("Display contents of a GNUnet directory"),
options, &run, NULL)) ? ret : 1;
}
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)
return (GNUNET_OK ==
GNUNET_PROGRAM_run (argc,
argv,
- "gnunet-download",
+ "gnunet-download [OPTIONS] URI",
gettext_noop
- ("Download files from GNUnet."),
+ ("Download files from GNUnet using a GNUnet CHK or LOC URI (gnunet://fs/chk/...)"),
options, &run, NULL)) ? ret : 1;
}
diff --git a/src/fs/gnunet-pseudonym.c b/src/fs/gnunet-pseudonym.c
index 348805904..df67571a0 100644
--- a/src/fs/gnunet-pseudonym.c
+++ b/src/fs/gnunet-pseudonym.c
@@ -354,7 +354,7 @@ main (int argc, char *const *argv)
return (GNUNET_OK ==
GNUNET_PROGRAM_run (argc,
argv,
- "gnunet-pseudonym",
+ "gnunet-pseudonym [OPTIONS]",
gettext_noop
("Manage GNUnet pseudonyms."),
options, &run, NULL)) ? ret : 1;
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)
return (GNUNET_OK ==
GNUNET_PROGRAM_run (argc,
argv,
- "gnunet-publish",
+ "gnunet-publish [OPTIONS] FILENAME",
gettext_noop
- ("Publish files on GNUnet."),
+ ("Publish a file or directory on GNUnet"),
options, &run, NULL)) ? ret : 1;
}
diff --git a/src/fs/gnunet-search.c b/src/fs/gnunet-search.c
index 505d88aa3..cc3ef7c87 100644
--- a/src/fs/gnunet-search.c
+++ b/src/fs/gnunet-search.c
@@ -315,9 +315,9 @@ main (int argc, char *const *argv)
return (GNUNET_OK ==
GNUNET_PROGRAM_run (argc,
argv,
- "gnunet-search",
+ "gnunet-search [OPTIONS] KEYWORD",
gettext_noop
- ("Search GNUnet."),
+ ("Search GNUnet for files that were published on GNUnet"),
options, &run, NULL)) ? ret : 1;
}
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)
return (GNUNET_OK ==
GNUNET_PROGRAM_run (argc,
argv,
- "gnunet-unindex",
+ "gnunet-unindex [OPTIONS] FILENAME",
gettext_noop
- ("Unindex files."),
+ ("Unindex a file that was previously indexed with gnunet-publish."),
options, &run, NULL)) ? ret : 1;
}