draft to generate man pages

This commit is contained in:
Brian Coca 2017-03-22 16:38:49 -04:00 committed by Brian Coca
commit b4c47ebf68
8 changed files with 170 additions and 14 deletions

View file

@ -55,7 +55,8 @@ class VaultCLI(CLI):
self.parser = CLI.base_parser(
vault_opts=True,
usage = "usage: %%prog [%s] [--help] [options] vaultfile.yml" % "|".join(self.VALID_ACTIONS),
usage = "usage: %%prog [%s] [options] [vaultfile.yml]" % "|".join(self.VALID_ACTIONS),
desc = "encryption/decryption utility for Ansbile data files",
epilog = "\nSee '%s <command> --help' for more information on a specific command.\n\n" % os.path.basename(sys.argv[0])
)