[PATCH db-tools 02/11] Fix description of import/export commands

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The command line option help was reporting the wrong description
for the import/export commands due to cut+paste mistake.

Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx>
---
 tools/osinfo-db-export.c | 2 +-
 tools/osinfo-db-import.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/osinfo-db-export.c b/tools/osinfo-db-export.c
index 256c793..553b797 100644
--- a/tools/osinfo-db-export.c
+++ b/tools/osinfo-db-export.c
@@ -375,7 +375,7 @@ gint main(gint argc, gchar **argv)
     bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR);
     bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
 
-    context = g_option_context_new(_("- Validate XML documents "));
+    context = g_option_context_new(_("- Export database archive "));
 
     g_option_context_add_main_entries(context, entries, GETTEXT_PACKAGE);
 
diff --git a/tools/osinfo-db-import.c b/tools/osinfo-db-import.c
index b621d2b..17d9e23 100644
--- a/tools/osinfo-db-import.c
+++ b/tools/osinfo-db-import.c
@@ -230,7 +230,7 @@ gint main(gint argc, gchar **argv)
     bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR);
     bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
 
-    context = g_option_context_new(_("- Validate XML documents "));
+    context = g_option_context_new(_("- Import database archive "));
 
     g_option_context_add_main_entries(context, entries, GETTEXT_PACKAGE);
 
-- 
2.7.4

_______________________________________________
Libosinfo mailing list
Libosinfo@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libosinfo



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux