about summary refs log tree commit diff
path: root/shutdown.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shutdown.sh')
-rw-r--r--shutdown.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/shutdown.sh b/shutdown.sh
index d5cc4b7..1c29be3 100644
--- a/shutdown.sh
+++ b/shutdown.sh
@@ -11,15 +11,12 @@ while getopts akrhPHfFnct: opt; do
   case "$opt" in
     a|n|H) echo "-$opt is not implemented" >/dev/stderr; exit 1;;
     t) ;;
-     
     f) touch /fastboot;;
     F) touch /forcefsck;;
-    
     k) action=true;;
     c) action=cancel;;
     h|P) action=halt;;
     r) action=reboot;;
-
     [?]) echo "Usage: shutdown [-fF] [-kchPr] time [warning message]" >/dev/stderr; exit 1;;
   esac
 done