···155155sshkeys
156156 .command("put")
157157 .argument("<sandbox>", "the sandbox to put the SSH key in")
158158- .option("--private-key", "the path to the SSH private key")
159159- .option("--public-key", "the path to the SSH public key")
158158+ .option("--private-key <path>", "the path to the SSH private key")
159159+ .option("--public-key <path>", "the path to the SSH public key")
160160 .option("--generate, -g", "generate a new SSH key pair")
161161 .description("put an SSH key in the given sandbox")
162162 .action(putKeys);