|
|
" -q, --quiet supresses gauges\n" | " -q, --quiet supresses gauges\n" |
" -r ignored\n" | " -r ignored\n" |
"Plugins options:\n" | "Plugins options:\n" |
" -p, --print-profile prints the plugin profile.\n" |
" --print-profile prints the plugin profile.\n" |
" -l, --print-plugins prints all known plugins.\n" | " -l, --print-plugins prints all known plugins.\n" |
" -o, --override TYPE=PLUGIN overrides the default plugin of the type\n" | " -o, --override TYPE=PLUGIN overrides the default plugin of the type\n" |
" \"TYPE\" by the plugin \"PLUGIN\" in the\n" | " \"TYPE\" by the plugin \"PLUGIN\" in the\n" |
|
|
" -y, --yes assumes an answer 'yes' to all questions.\n" | " -y, --yes assumes an answer 'yes' to all questions.\n" |
" -f, --force makes fsck to use whole disk, not block\n" | " -f, --force makes fsck to use whole disk, not block\n" |
" device or mounted partition.\n" | " device or mounted partition.\n" |
|
" -p, --preen automatically repiar the filesysem.\n" |
" -c, --cache N number of nodes in tree buffer cache\n"); | " -c, --cache N number of nodes in tree buffer cache\n"); |
} | } |
| |
|
|
{"no-log", no_argument, NULL, 'n'}, | {"no-log", no_argument, NULL, 'n'}, |
{"auto", no_argument, NULL, 'a'}, | {"auto", no_argument, NULL, 'a'}, |
{"force", no_argument, NULL, 'f'}, | {"force", no_argument, NULL, 'f'}, |
|
{"preen", no_argument, NULL, 'p'}, |
{"cache", required_argument, 0, 'c'}, | {"cache", required_argument, 0, 'c'}, |
{"override", required_argument, NULL, 'o'}, | {"override", required_argument, NULL, 'o'}, |
/* Fsck hidden options. */ | /* Fsck hidden options. */ |
|
|
mode = RM_SHOW_PLUG; | mode = RM_SHOW_PLUG; |
break; | break; |
case 'p': | case 'p': |
mode = RM_SHOW_PARM; |
/* We preen by default */ |
break; | break; |
case 'o': | case 'o': |
aal_strncat(override, optarg, aal_strlen(optarg)); | aal_strncat(override, optarg, aal_strlen(optarg)); |