Skip to content

Add help messages to spack gpg subcommands#10117

Merged
adamjstewart merged 1 commit intospack:developfrom
adamjstewart:docs/gpg
Dec 17, 2018
Merged

Add help messages to spack gpg subcommands#10117
adamjstewart merged 1 commit intospack:developfrom
adamjstewart:docs/gpg

Conversation

@adamjstewart
Copy link
Copy Markdown
Member

Before

$ spack gpg --help
usage: spack gpg [-h] SUBCOMMAND ...

handle GPG actions for spack

positional arguments:
  SUBCOMMAND  GPG sub-commands

optional arguments:
  -h, --help  show this help message and exit

After

$ spack gpg --help
usage: spack gpg [-h] SUBCOMMAND ...

handle GPG actions for spack

positional arguments:
  SUBCOMMAND  GPG sub-commands
    verify    verify a signed package
    trust     add a key to the keyring
    untrust   remove a key from the keyring
    sign      sign a package
    create    create a new key
    list      list keys available in the keyring
    init      add the default keys to the keyring
    export    export a secret key

optional arguments:
  -h, --help  show this help message and exit

I don't know much about this command, so I read the docs and wrote what I think each subcommand does. Please verify that I'm correct.

@adamjstewart adamjstewart merged commit 2d0ddd5 into spack:develop Dec 17, 2018
@adamjstewart adamjstewart deleted the docs/gpg branch December 17, 2018 19:02
tgamblin added a commit that referenced this pull request Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants