diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-06-17 09:46:31 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-06-17 09:46:31 +0000 |
commit | d188dc870a727cf798b01b7026ff8748c500db5e (patch) | |
tree | c743ea015daefefcb2f2bb51bd0c8c320b77556e /src/fs/gnunet-pseudonym.c | |
parent | 0983dfa8fb93783e3f1893f633a2a690dbdb258c (diff) |
fix 1695
Diffstat (limited to 'src/fs/gnunet-pseudonym.c')
-rw-r--r-- | src/fs/gnunet-pseudonym.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |