Skip to content

Commit

Permalink
Merge pull request sylabs#456 from rhattersley/clarify-keyidx
Browse files Browse the repository at this point in the history
Clarify source of key index
  • Loading branch information
dtrudg authored Nov 29, 2021
2 parents 5071e24 + 8c51974 commit 3bc89d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 <[email protected]>
- Ralph Castain <[email protected]>
- Rémy Dernat <[email protected]>
- Richard Hattersley <[email protected]>
- Richard Neuboeck <[email protected]>
- Sasha Yakovtseva <[email protected]>, <[email protected]>
- Satish Chebrolu <[email protected]>
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 3bc89d9

Please sign in to comment.