diff --git a/bin/v-file-replace b/bin/v-file-replace-string similarity index 85% rename from bin/v-file-replace rename to bin/v-file-replace-string index caf2189b..271cc50c 100644 --- a/bin/v-file-replace +++ b/bin/v-file-replace-string @@ -10,7 +10,7 @@ echo "Find: ".$find."\n"; echo "Replace: ".$replace."\n"; echo "File: ".$file."\n"; -$r=myvesta_replace_in_file($file, $find, $replace); +$r=myvesta_replace_in_file($find, $replace, $file); if ($r) echo "Replacing done!\n";