Skip to content

Commit 3aa6a68

Browse files
committed
ssh: comand -> command in usage
1 parent f83645f commit 3aa6a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Options:
1414
-w, --wait wait until an ssh connection is established
1515
-p, --port port to connect to (default: \"$GUEST_SSH_PORT\")
1616
-l, --login the user to log in as (default: \"$GUEST_SSH_USER\")
17-
-c, --comand Execute a command and disconnect"
17+
-c, --command Execute a command and disconnect"
1818

1919
_ssh() {
2020
_require_program ssh

0 commit comments

Comments
 (0)