Sfoglia il codice sorgente

Add in all possible items to lock-screen command

Samuel W. Flint 1 anno fa
parent
commit
bb638d5fcf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lock-screen

+ 1 - 1
lock-screen

@@ -51,5 +51,5 @@ case ${1} in
         systemctl suspend-hibernate
         ;;
     *)
-        echo "lock-screen [ enable | disable | lock | start ]"
+        echo "lock-screen [ enable | disable | lock | start | suspend | hibernate | suspend-hibernate ]"
 esac