Browse Source

Add in all possible items to lock-screen command

Samuel W. Flint 1 year ago
parent
commit
bb638d5fcf
1 changed files with 1 additions and 1 deletions
  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