diff --git a/semeio/jobs/scripts/replace_string.py b/semeio/jobs/scripts/replace_string.py index 7057a7dce..fcbc0d844 100644 --- a/semeio/jobs/scripts/replace_string.py +++ b/semeio/jobs/scripts/replace_string.py @@ -6,14 +6,14 @@ description = """ Performs inplace string replacement in a files. -ARGS -FROM: string to match what to replace -TO: expression to replace the match -FILE: name of file to perform replacement in. - -Example: -FORWARD_MODEL_JOB REPLACE_STRING(=something, =else, =file.txt) - > replace all something to else in file.txt +| ARGS +| FROM: string to match what to replace +| TO: expression to replace the match +| FILE: name of file to perform replacement in. + +| Example: +| FORWARD_MODEL_JOB REPLACE_STRING(=something, =else, =file.txt) +| > replace all something to else in file.txt Due to ERT particular way of parsing config files, there are some curiosities To escape characters like , use '', however this misses white space