File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,11 @@ static int app_info(const struct oscap_action *action);
59
59
struct oscap_module OSCAP_INFO_MODULE = {
60
60
.name = "info" ,
61
61
.parent = & OSCAP_ROOT_MODULE ,
62
- .summary = "info module " ,
62
+ .summary = "Print information about a SCAP file. " ,
63
63
.usage = "some-file.xml" ,
64
- .help = "Print information about a file\n"
65
- "\n"
66
- "Options:\n"
64
+ .help = "Options:\n"
67
65
" --fetch-remote-resources - Download remote content referenced by DataStream.\n"
68
- " --profile <id> - Show info of the profile with the given ID.. \n"
66
+ " --profile <id> - Show info of the profile with the given ID.\n"
69
67
" --profiles - Show profiles from the input file in the <id>:<title> format, one line per profile.\n" ,
70
68
.opt_parser = getopt_info ,
71
69
.func = app_info
You can’t perform that action at this time.
0 commit comments