URI:
       Change '--help' - qmenu - manage qubes os via dmenu (drkhsh fork)
  HTML git clone git://git.drkhsh.at/qmenu.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 80cfe5fa96ae03fe66f2e0c5a0907f1b7ffde174
   DIR parent 1c8278b9c94784f367e70b594194462d50250067
  HTML Author: sine3o14nnae <3o14@pm.me>
       Date:   Tue, 17 Sep 2019 00:07:02 +0200
       
       Change '--help'
       
       Diffstat:
         M qmenu-vm                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/qmenu-vm b/qmenu-vm
       @@ -1288,7 +1288,7 @@ show_qubes=$1
        
        if [ -z "$show_qubes" ]; then
        
       -  printf "Error: Please append one of the following: '--all', '--tags=TAG', '--running', '--paused', '--halted' or whatever"
       +    printf "qmenu v1.0\n\nqmenu-vm [OPTION] (--light-theme)\n\n  --all\n  --tags=TAG\n  --running\n  --paused\n  --halted\n\n"
        
          exit 2