Imported Upstream version 2.67.2
[platform/upstream/glib.git] / gio / gio-tool.c
index c0aec74..ff82c63 100644 (file)
@@ -229,6 +229,7 @@ usage (void)
   g_printerr ("  cat      %s\n", _("Concatenate files to standard output"));
   g_printerr ("  copy     %s\n", _("Copy one or more files"));
   g_printerr ("  info     %s\n", _("Show information about locations"));
+  g_printerr ("  launch   %s\n", _("Launch an application from a desktop file"));
   g_printerr ("  list     %s\n", _("List the contents of locations"));
   g_printerr ("  mime     %s\n", _("Get or set the handler for a mimetype"));
   g_printerr ("  mkdir    %s\n", _("Create directories"));
@@ -312,6 +313,8 @@ main (int argc, char **argv)
     return handle_copy (argc, argv, do_help);
   else if (g_str_equal (command, "info"))
     return handle_info (argc, argv, do_help);
+  else if (g_str_equal (command, "launch"))
+    return handle_launch (argc, argv, do_help);
   else if (g_str_equal (command, "list"))
     return handle_list (argc, argv, do_help);
   else if (g_str_equal (command, "mime"))