aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/file.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/file.lisp b/src/property/file.lisp
index ac997d3..5b7a033 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -43,7 +43,7 @@
(:apply
(data-uploaded (get-hostname) destination destination)))
-(defprop regex-replace-lines :posix (regex replace file)
+(defprop regex-replace-lines :posix (file regex replace)
"Like s/REGEX/REPLACE/ on the lines of FILE.
Uses CL-PPCRE:REGEX-REPLACE, which see for the syntax of REPLACE."
(:apply