[gnome-boxes] app: Update/shorten a comment



commit 5ec48e52f6f543c1825bbc9d0d117088a490bb99
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Mar 10 12:45:10 2014 +0000

    app: Update/shorten a comment

 src/app.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index 061831a..a28e5fa 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -192,7 +192,7 @@ private class Boxes.App: Gtk.Application, Boxes.UI {
         { "checks", 0, 0, OptionArg.NONE, null, N_("Check virtualization capabilities"), null },
         { "open-uuid", 0, 0, OptionArg.STRING, ref opt_open_uuid, N_("Open box with UUID"), null },
         { "search", 0, 0, OptionArg.STRING_ARRAY, ref opt_search, N_("Search term"), null },
-        // A 'broker' is a virtual-machine manager (could be local or remote). Currently libvirt is the only 
one supported.
+        // A 'broker' is a virtual-machine manager (local or remote). Currently libvirt and ovirt are 
supported.
         { "", 0, 0, OptionArg.STRING_ARRAY, ref opt_uris, N_("URI to display, broker or installer media"), 
null },
         { null }
     };


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