Lines Matching +full:- +full:set
5 * See the COPYING file in the top-level directory.
23 "Typically you'll pipe the output into edid-decode\n" in usage()
26 "usage: qemu-edid <options>\n" in usage()
28 " -h print this text\n" in usage()
29 " -o <file> set output file (stdout by default)\n" in usage()
30 " -v <vendor> set monitor vendor (three letters)\n" in usage()
31 " -n <name> set monitor name\n" in usage()
32 " -s <serial> set monitor serial\n" in usage()
33 " -d <dpi> set display resolution\n" in usage()
34 " -x <prefx> set preferred width\n" in usage()
35 " -y <prefy> set preferred height\n" in usage()
36 " -X <maxx> set maximum width\n" in usage()
37 " -Y <maxy> set maximum height\n" in usage()
51 if (rc == -1) { in main()