summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2025-01-17 17:56:22 +0100
committerÖzgür Kesim <oec@codeblau.de>2025-01-17 17:56:22 +0100
commit297f167aa009837c718aed52448255abdb1ddbb9 (patch)
tree0a3f1bb32bcaf93b8bcb0e3528904e94ff08ce37
parente6b687b25f41f32a5c7e558d450881855047aa83 (diff)
added flags for no backup
-rw-r--r--uncrust.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrust.go b/uncrust.go
index 2a98d77..73d237c 100644
--- a/uncrust.go
+++ b/uncrust.go
@@ -49,7 +49,7 @@ func main() {
log.Fatalf("couldn't read body of window id %d: %s\n", wid, e)
}
- args := []string{"-l", *fl_lang}
+ args := []string{"--replace", "--no-backup", "-l", *fl_lang}
stderr := &bytes.Buffer{}
stdout := &bytes.Buffer{}