Use action names in veritysetup (similar to cryptsetup).

This commit is contained in:
Milan Broz
2012-06-08 21:51:58 +02:00
parent ce2218ed65
commit f4101d0f8b
4 changed files with 264 additions and 178 deletions

View File

@@ -1322,7 +1322,7 @@ int main(int argc, const char **argv)
popt_context = poptGetContext(PACKAGE, argc, argv, popt_options, 0);
poptSetOtherOptionHelp(popt_context,
N_("[OPTION...] <action> <action-specific>]"));
N_("[OPTION...] <action> <action-specific>"));
while((r = poptGetNextOpt(popt_context)) > 0) {
unsigned long long ull_value;