dry run fmt stderr

main
bel 2025-04-04 23:43:10 -06:00
parent 1d5a7940d3
commit da9e0942fe
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ import (
"encoding/json"
"flag"
"fmt"
"log"
"os"
"os/signal"
"path"
@ -51,7 +50,7 @@ func main() {
}
outd[outf] = struct{}{}
log.Printf("mv %q %q", inf, outf)
fmt.Fprintf(os.Stderr, "mv %q %q\n", inf, outf)
return nil
}
}