added flags for no backup
This commit is contained in:
parent
e6b687b25f
commit
297f167aa0
@ -49,7 +49,7 @@ func main() {
|
|||||||
log.Fatalf("couldn't read body of window id %d: %s\n", wid, e)
|
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{}
|
stderr := &bytes.Buffer{}
|
||||||
stdout := &bytes.Buffer{}
|
stdout := &bytes.Buffer{}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user