Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 619988 | Differences between
and this patch

Collapse All | Expand All

(-)a/portage-utils-0.62/qtegrity.c (-1 / +1 lines)
Lines 15-21 Link Here
15
	COMMON_LONG_OPTS
15
	COMMON_LONG_OPTS
16
};
16
};
17
static const char * const qtegrity_opts_help[] = {
17
static const char * const qtegrity_opts_help[] = {
18
	"Perform online check against IMA file", //@TODO, also add functionality to add a single file+digest to the vardb-QTEGRITY file
18
	"Don't perform integrity check against IMA file", //@TODO, also add functionality to add a single file+digest to the vardb-QTEGRITY file
19
	COMMON_OPTS_HELP
19
	COMMON_OPTS_HELP
20
};
20
};
21
#define qtegrity_usage(ret) usage(ret, QTEGRITY_FLAGS, qtegrity_long_opts, qtegrity_opts_help, lookup_applet_idx("qtegrity"))
21
#define qtegrity_usage(ret) usage(ret, QTEGRITY_FLAGS, qtegrity_long_opts, qtegrity_opts_help, lookup_applet_idx("qtegrity"))

Return to bug 619988