• Home
  • Raw
  • Download

Lines Matching refs:POPT_ARG_NONE

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