OSDN Git Service

[update] : Updated help
authorhayao <hayao@fascode.net>
Thu, 11 Feb 2021 06:41:34 +0000 (15:41 +0900)
committerhayao <hayao@fascode.net>
Thu, 11 Feb 2021 06:41:34 +0000 (15:41 +0900)
dmc

diff --git a/dmc b/dmc
index 1fbddaf..2eb1b31 100755 (executable)
--- a/dmc
+++ b/dmc
@@ -34,12 +34,16 @@ script_usage(){
     echo
     echo " GDM command:"
     echo "    cursor                            Run cursor selection wizard"
-    echo "    sound [true or false]             Toggle the sound when an event occurs."
+    echo "    sound [true or false]             Toggle the sound when an event occurs"
+    echo "    logo [image]                      Specify the logo of the login screen"
     echo
     echo " Webkit2 command:"
     echo "    theme                             Run theme selection wizard"
     #echo "    theme-change                      "
     echo
+    echo " Qtquick command:"
+    echo "    back                              Specify the background image"
+    echo
     echo " General option:"
     echo "    -m | --mode                       Specifiy the target you want to set"
     echo "    -e | --editer                     Specifiy the editor to use for editing"
@@ -50,7 +54,7 @@ script_usage(){
     echo
     echo " Supported modes:"
     echo "    Display managers: lightdm, gdm"
-    echo "    LightDM greeters: webkit2"
+    echo "    LightDM greeters: webkit2, qtquick"
     echo
 }