We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cvd display screenshot
1 parent 6196f77 commit 749da85Copy full SHA for 749da85
frontend/src/host_orchestrator/orchestrator/cvd/cvd.go
@@ -408,7 +408,7 @@ func (i *Instance) Screenshot(displayNumber int, path string) error {
408
args := i.selectorArgs()
409
args = append(args, "display")
410
args = append(args, "screenshot")
411
- args = append(args, fmt.Sprintf("--display_number=%d", displayNumber))
+ args = append(args, fmt.Sprintf("--display=%d", displayNumber))
412
args = append(args, "--screenshot_path="+path)
413
_, err := i.cli.exec(CVDBin, args...)
414
return err
0 commit comments