We validate files, don't install them --- tools/osinfo-db-validate.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/osinfo-db-validate.c b/tools/osinfo-db-validate.c index c735fc8..d8c3af9 100644 --- a/tools/osinfo-db-validate.c +++ b/tools/osinfo-db-validate.c @@ -253,13 +253,13 @@ gint main(gint argc, gchar **argv) { "verbose", 'v', 0, G_OPTION_ARG_NONE, (void*)&verbose, N_("Verbose progress information"), NULL, }, { "user", 0, 0, G_OPTION_ARG_NONE, (void *)&user, - N_("Install into user directory"), NULL, }, + N_("Validate files in user directory"), NULL, }, { "local", 0, 0, G_OPTION_ARG_NONE, (void *)&local, - N_("Install into local directory"), NULL, }, + N_("Validate files in local directory"), NULL, }, { "system", 0, 0, G_OPTION_ARG_NONE, (void *)&system, - N_("Install into system directory"), NULL, }, + N_("Validate files in system directory"), NULL, }, { "dir", 0, 0, G_OPTION_ARG_STRING, (void *)&custom, - N_("Import into custom directory"), NULL, }, + N_("Validate files in custom directory"), NULL, }, { "root", 0, 0, G_OPTION_ARG_STRING, &root, N_("Installation root directory"), NULL, }, { NULL, 0, 0, 0, NULL, NULL, NULL }, -- 2.9.3 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo