Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miquella/vaulted
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 291acf9eec91ec19fba212b12c63dabe3f267319
Choose a base ref
..
head repository: miquella/vaulted
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7ef0cfba4fcec5ca20854b95c6bbb0f132063d98
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 menu/ssh_agent.go
2 changes: 1 addition & 1 deletion menu/ssh_agent.go
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ func (m *SSHKeyMenu) Help() {
fmt.Println("v - HashiCorp Vault Signing URL")
fmt.Println("u,users - HashiCorp Vault User Principals")
fmt.Println("E - Expose External SSH Agent")
fmt.Println("X, export - Export Key Pair")
fmt.Println("X,export - Export Key Pair")
fmt.Println("?,help - Help")
fmt.Println("b,back - Back")
fmt.Println("q,quit - Quit")