summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-02-27 12:21:47 +0100
committerTim Jenssen <tim.jenssen@digia.com>2013-02-27 13:06:12 +0100
commit7627f4cb189c1e94c78bc64d5affaa632a0e3fcc (patch)
tree70e4cd5430a137be3d995d9878e4b38a96e4ce3b /doc
parentb312d841f0da08e83c8ce9062d8c55adb6cdfdeb (diff)
add replace operations doc
Change-Id: I3b2ffca803bf720f7ca6f443d10dee44db189739 Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/operations.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/operations.qdoc b/doc/operations.qdoc
index 83e467319..46880bbc5 100644
--- a/doc/operations.qdoc
+++ b/doc/operations.qdoc
@@ -80,6 +80,15 @@
\o Prepends \a text to the file specified by \a filename. \a text
is treated as ASCII text.
\row
+ \o Replace
+ \o "Replace" \a file \a search \ replace
+ \o Opens \a file to find \a search string and replaces that with the \a replace string.
+ \row
+ \o LineReplace
+ \o "LineReplace" \a file \a search \ replace
+ \o Opens \a file to find lines that start with \a search string and
+ replaces that with the \a replace string.
+ \row
\o Execute
\o "Execute" [{\a exitcodes}] \a command [\a parameter1 [\a parameter... [\a parameter10]]]
\o Executes the command specified by \a command. Up to 10