[Libosinfo] [osinfo-db-tools PATCH 1/3] export: Fix wording in help output

Fabiano Fidêncio fidencio at redhat.com
Thu Apr 4 15:47:42 UTC 2019


export never install anything, the wording used seems to a c&p from
osinfo-db-import.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 tools/osinfo-db-export.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/osinfo-db-export.c b/tools/osinfo-db-export.c
index 8593d3c..138e34e 100644
--- a/tools/osinfo-db-export.c
+++ b/tools/osinfo-db-export.c
@@ -489,17 +489,17 @@ 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_("Export the osinfo-db user directory"), NULL, },
       { "local", 0, 0, G_OPTION_ARG_NONE, (void *)&local,
-        N_("Install into local directory"), NULL, },
+        N_("Export the osinfo-db local directory"), NULL, },
       { "system", 0, 0, G_OPTION_ARG_NONE, (void *)&system,
-        N_("Install into system directory"), NULL, },
+        N_("Export the osinfo-db system directory"), NULL, },
       { "dir", 0, 0, G_OPTION_ARG_STRING, (void *)&custom,
-        N_("Import into custom directory"), NULL, },
+        N_("Export an osinfo-db custom directory"), NULL, },
       { "version", 0, 0, G_OPTION_ARG_STRING, (void *)&version,
         N_("Set version number of archive"), NULL, },
       { "root", 0, 0, G_OPTION_ARG_STRING, &root,
-        N_("Installation root directory"), NULL, },
+        N_("Export te osinfo-db root directory"), NULL, },
       { "license", 0, 0, G_OPTION_ARG_STRING, &license,
         N_("License file"), NULL, },
       { NULL, 0, 0, 0, NULL, NULL, NULL },
-- 
2.21.0




More information about the Libosinfo mailing list