Skip to content

Commit

Permalink
Clarify source of key index (3.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhattersley authored and dtrudg committed Dec 10, 2021
1 parent 3908ad2 commit b871d84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
definition files (via dependency update).
- Ensure a local build does not fail unnecessarily if a keyserver
config cannot be retrieved from the remote endpoint.
- Correct documentation for sign command r.e. source of key index.

## v3.9.1 \[2021-11-22\]

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ The following have contributed code and/or documentation to this repository.
- Rafal Gumienny <rafal.gumienny@gmail.com>
- Ralph Castain <rhc@open-mpi.org>
- Rémy Dernat <remy.dernat@umontpellier.fr>
- Richard Hattersley <richard.hattersley@metoffice.gov.uk>
- Richard Neuboeck <hawk@tbi.univie.ac.at>
- Sasha Yakovtseva <sasha@sylabs.io>, <sashayakovtseva@gmail.com>
- Satish Chebrolu <satish@sylabs.io>
Expand Down
4 changes: 2 additions & 2 deletions cmd/internal/cli/sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var (
privKey int // -k encryption key (index from 'keys list') specification
privKey int // -k encryption key (index from 'key list --secret') specification
signAll bool
)

Expand Down Expand Up @@ -68,7 +68,7 @@ var signKeyIdxFlag = cmdline.Flag{
DefaultValue: 0,
Name: "keyidx",
ShortHand: "k",
Usage: "private key to use (index from 'key list')",
Usage: "private key to use (index from 'key list --secret')",
}

// -a|--all (deprecated)
Expand Down

0 comments on commit b871d84

Please sign in to comment.