aboutsummaryrefslogtreecommitdiff
path: root/src/combinator.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/combinator.lisp')
-rw-r--r--src/combinator.lisp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/combinator.lisp b/src/combinator.lisp
index 23c8575..7602d3e 100644
--- a/src/combinator.lisp
+++ b/src/combinator.lisp
@@ -132,6 +132,5 @@ ON-CHANGE in order."
:args (cdr propapp)))
(defmacro as (user &body properties)
- "Apply PROPERTIES as USER by reconnecting to the host with the :AS connection
-type."
- `(deploys-these. `((:as :to ,,user)) :parent ,@properties))
+ "Apply PROPERTIES as USER by reconnecting with the :AS connection type."
+ `(reconnects. `((:as :to ,,user)) ,@properties))