aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/sudo.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/sudo.lisp b/src/connection/sudo.lisp
index 8f3d238..1197918 100644
--- a/src/connection/sudo.lisp
+++ b/src/connection/sudo.lisp
@@ -86,7 +86,7 @@
;;
;; Preserve SSH_AUTH_SOCK for root to enable this sort of workflow: deploy
;; laptop using (:SUDO :SBCL) and then DEFHOST for laptop contains
- ;; (DEPLOYS ((:SSH :TO "root")) ...) to deploy a VM running on the laptop.
+ ;; (DEPLOYS ((:SSH :USER "root")) ...) to deploy a VM on the laptop.
;;
;; This only works for sudoing to root because only the superuser can
;; access the socket (and was always able to, so we're not granting new