From 05ec221fa5ce3aa27e94aa7e5eff899476fde1e0 Mon Sep 17 00:00:00 2001
From: Alan De Smet <alan.desmet@ssec.wisc.edu>
Date: Thu, 14 Jul 2016 16:14:05 -0500
Subject: [PATCH] Document new command line options to glance gui

---
 pyglance/glance/compare.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pyglance/glance/compare.py b/pyglance/glance/compare.py
index a0cb766..4f93e83 100644
--- a/pyglance/glance/compare.py
+++ b/pyglance/glance/compare.py
@@ -1436,11 +1436,13 @@ glance inspectStats A.hdf
         This option launches the graphical user interface for glance. This interface includes only some of the basic
         functionality of glance and may be expanded in the future.
         
-        No arguments are required when using this option.
+        Files to be loaded as File A and File B may be specified on the command line.
         The various output related arguments (quiet, verbose, debug, etc.) may be used if desired.
         
         Examples:
          glance gui
+         glance gui A.nc
+         glance gui A.nc B.hdf
         """
         
         LOG.debug("Launching Glance GUI")
-- 
GitLab