summaryrefslogtreecommitdiff
path: root/dot
diff options
context:
space:
mode:
Diffstat (limited to 'dot')
-rwxr-xr-xdot/local/bin/sliceweasel2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/sliceweasel b/dot/local/bin/sliceweasel
index c6f07d0..2a23c66 100755
--- a/dot/local/bin/sliceweasel
+++ b/dot/local/bin/sliceweasel
@@ -113,7 +113,7 @@ case "$1" in
113 --) shift; launch_command "$@" ;; 113 --) shift; launch_command "$@" ;;
114 --resize) resize_control_group "$2" ;; 114 --resize) resize_control_group "$2" ;;
115 --resize=*) resize_control_group "${1#--resize=}" ;; 115 --resize=*) resize_control_group "${1#--resize=}" ;;
116 --cpu=*) recpu_control_group "${1#--cpu=}" 116 --cpu=*) recpu_control_group "${1#--cpu=}" ;;
117 --*) usage; [ "$1" = '--help' -o "$1" = '--usage' ] ;; 117 --*) usage; [ "$1" = '--help' -o "$1" = '--usage' ] ;;
118 *) launch_command "$@" ;; 118 *) launch_command "$@" ;;
119esac 119esac