Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:POPT_ARG_NONE

78       {"recompute-chs", 'C', POPT_ARG_NONE, NULL, 'C', "recompute CHS values in protective/hybrid MBR", ""},
80 {"display-alignment", 'D', POPT_ARG_NONE, NULL, 'D', "show number of sectors per allocation block", ""},
81 {"move-second-header", 'e', POPT_ARG_NONE, NULL, 'e', "move second header to end of disk", ""},
82 {"end-of-largest", 'E', POPT_ARG_NONE, NULL, 'E', "show end of largest free block", ""},
83 {"first-in-largest", 'f', POPT_ARG_NONE, NULL, 'f', "show start of the largest free block", ""},
84 {"first-aligned-in-largest", 'F', POPT_ARG_NONE, NULL, 'F', "show start of the largest free block, aligned", ""},
85 {"mbrtogpt", 'g', POPT_ARG_NONE, NULL, 'g', "convert MBR to GPT", ""},
86 {"randomize-guids", 'G', POPT_ARG_NONE, NULL, 'G', "randomize disk and partition GUIDs", ""},
90 {"list-types", 'L', POPT_ARG_NONE, NULL, 'L', "list known partition types", ""},
94 {"clear", 'o', POPT_ARG_NONE, NULL, 'o', "clear partition table", ""},
95 {"print", 'p', POPT_ARG_NONE, NULL, 'p', "print partition table", ""},
96 {"pretend", 'P', POPT_ARG_NONE, NULL, 'P', "make changes in memory, but don't write them", ""},
99 {"sort", 's', POPT_ARG_NONE, NULL, 's', "sort partition table entries", ""},
105 {"verify", 'v', POPT_ARG_NONE, NULL, 'v', "check partition table integrity", ""},
106 {"version", 'V', POPT_ARG_NONE, NULL, 'V', "display version information", ""},
107 {"zap", 'z', POPT_ARG_NONE, NULL, 'z', "zap (destroy) GPT (but not MBR) data structures", ""},
108 {"zap-all", 'Z', POPT_ARG_NONE, NULL, 'Z', "zap (destroy) GPT and MBR data structures", ""},