Lines Matching refs:POPT_ARG_NONE
85 …{"recompute-chs", 'C', POPT_ARG_NONE, NULL, 'C', "recompute CHS values in protective/hybrid MBR", … in DoOptions()
87 …{"display-alignment", 'D', POPT_ARG_NONE, NULL, 'D', "show number of sectors per allocation block"… in DoOptions()
88 … {"move-second-header", 'e', POPT_ARG_NONE, NULL, 'e', "move second header to end of disk", ""}, in DoOptions()
89 {"end-of-largest", 'E', POPT_ARG_NONE, NULL, 'E', "show end of largest free block", ""}, in DoOptions()
90 … {"first-in-largest", 'f', POPT_ARG_NONE, NULL, 'f', "show start of the largest free block", ""}, in DoOptions()
91 …{"first-aligned-in-largest", 'F', POPT_ARG_NONE, NULL, 'F', "show start of the largest free block,… in DoOptions()
92 {"mbrtogpt", 'g', POPT_ARG_NONE, NULL, 'g', "convert MBR to GPT", ""}, in DoOptions()
93 {"randomize-guids", 'G', POPT_ARG_NONE, NULL, 'G', "randomize disk and partition GUIDs", ""}, in DoOptions()
96 {"align-end", 'I', POPT_ARG_NONE, NULL, 'I', "align partition end points", ""}, in DoOptions()
99 {"list-types", 'L', POPT_ARG_NONE, NULL, 'L', "list known partition types", ""}, in DoOptions()
103 {"clear", 'o', POPT_ARG_NONE, NULL, 'o', "clear partition table", ""}, in DoOptions()
104 {"print-mbr", 'O', POPT_ARG_NONE, NULL, 'O', "print MBR partition table", ""}, in DoOptions()
105 {"print", 'p', POPT_ARG_NONE, NULL, 'p', "print partition table", ""}, in DoOptions()
106 … {"pretend", 'P', POPT_ARG_NONE, NULL, 'P', "make changes in memory, but don't write them", ""}, in DoOptions()
109 {"sort", 's', POPT_ARG_NONE, NULL, 's', "sort partition table entries", ""}, in DoOptions()
115 {"verify", 'v', POPT_ARG_NONE, NULL, 'v', "check partition table integrity", ""}, in DoOptions()
116 {"version", 'V', POPT_ARG_NONE, NULL, 'V', "display version information", ""}, in DoOptions()
117 {"zap", 'z', POPT_ARG_NONE, NULL, 'z', "zap (destroy) GPT (but not MBR) data structures", ""}, in DoOptions()
118 {"zap-all", 'Z', POPT_ARG_NONE, NULL, 'Z', "zap (destroy) GPT and MBR data structures", ""}, in DoOptions()