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;
}
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;
}
return (GNUNET_OK ==
GNUNET_PROGRAM_run (argc,
argv,
- "gnunet-pseudonym",
+ "gnunet-pseudonym [OPTIONS]",
gettext_noop
("Manage GNUnet pseudonyms."),
options, &run, NULL)) ? ret : 1;
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;
}
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;
}
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;
}