Commit 5c374d28 authored by Dylan's avatar Dylan

Add missing args

parent f24f7ad9
...@@ -2474,6 +2474,8 @@ while [ "$1" ]; do ...@@ -2474,6 +2474,8 @@ while [ "$1" ]; do
progress_color_elapsed="$2" progress_color_elapsed="$2"
progress_color_total="$3" progress_color_total="$3"
;; ;;
--cpu_usage_bar) cpu_usage_bar="$2" ;;
--memory_bar) memory_bar="$2" ;;
# Image # Image
--image) --image)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment