Skip to content

Commit

Permalink
tkey-ssh-agent: revise agent-path description for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lublin <[email protected]>
  • Loading branch information
quite authored and dehanj committed Jan 2, 2024
1 parent bb7a5be commit 2cf1460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tkey-ssh-agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
return pflag.NormalizedName(name)
})
pflag.StringVarP(&agentPath, "agent-path", "a", "",
fmt.Sprintf("Start the agent, setting the `PATH` to the UNIX-domain socket that it should listen on. On Windows, a Named Pipe named %s\\PATH will be used.", windowsPipePrefix))
fmt.Sprintf("Start the agent, setting the `PATH` to the UNIX-domain socket that it should listen on. On Windows, a Named Pipe at '%s\\PATH' will be used.", windowsPipePrefix))
pflag.BoolVarP(&showPubkeyOnly, "show-pubkey", "p", false,
"Don't start the agent, only output the ssh-ed25519 public key.")
pflag.BoolVarP(&listPortsOnly, "list-ports", "L", false,
Expand Down

0 comments on commit 2cf1460

Please sign in to comment.