We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae715d commit 4b65949Copy full SHA for 4b65949
tools/umount.sh
@@ -34,7 +34,7 @@ _help() {
34
# Message common function
35
# msg_common [type] [-n] [string]
36
msg_common(){
37
- local _msg_opts=("-a" "build.sh") _type="${1}"
+ local _msg_opts=("-a" "umount.sh" "--label-space" "6") _type="${1}"
38
shift 1
39
[[ "${1}" = "-n" ]] && _msg_opts+=("-o" "-n") && shift 1
40
[[ "${nocolor}" = true ]] && _msg_opts+=("-n")
0 commit comments