mirror of
https://github.com/esimov/caire.git
synced 2026-04-23 00:07:11 +08:00
cmd: changed flag discription
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ var (
|
||||
percentage = flag.Bool("perc", false, "Reduce image by percentage")
|
||||
square = flag.Bool("square", false, "Reduce image to square dimensions")
|
||||
debug = flag.Bool("debug", false, "Use debugger")
|
||||
preview = flag.Bool("preview", true, "Show preview window")
|
||||
preview = flag.Bool("preview", true, "Show process preview window")
|
||||
faceDetect = flag.Bool("face", false, "Use face detection")
|
||||
faceAngle = flag.Float64("angle", 0.0, "Face rotation angle")
|
||||
workers = flag.Int("conc", runtime.NumCPU(), "Number of files to process concurrently")
|
||||
|
||||
Reference in New Issue
Block a user