From 2b8e763f5920101fd3b3d838f0f4ef3c0d9a6e0a Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Mon, 2 Aug 2021 19:18:51 +0200 Subject: [PATCH] correct old typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb93c8d..6dc0be0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ It takes one optional argument, for the name of the agent to be stopped. Default #### agent-add This command adds a key to the currently running SSH agent. The key is taken from stdin, and the agent used is that in SSH_AGENT_PID. -#### agent-autoadd +#### agent-autostart This command starts the SSH agent and loads the private key from the "SSH_PRIVATE_KEY" environment var. The command takes one optional argument, for the name of the agent to be started. Defaults to "default". As with agent-start, this command needs to be sourced.