mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-09 17:39:17 -04:00
chore: prettify qvm-terminal output
This commit is contained in:
parent
cd67cad789
commit
3a0bc8080f
@ -9,7 +9,7 @@ set -eu
|
||||
me="${0##*/}"
|
||||
|
||||
msg(){
|
||||
printf '%s\n' "${0##*/}: ${*}" >&2
|
||||
printf '%s\n' "${*}" >&2
|
||||
}
|
||||
|
||||
usage(){
|
||||
@ -21,10 +21,10 @@ Examples:
|
||||
The desktop application can be specified with environment variable:"
|
||||
case "${me}" in
|
||||
*-terminal)
|
||||
msg " QVM_TERMINAL=xterm ${me} -u root <QUBE>"
|
||||
msg " QVM_TERMINAL=xterm ${me} -u root <QUBE>" >&2
|
||||
;;
|
||||
*-file-manager)
|
||||
msg " QVM_FILE_MANAGER=thunar ${me} -u root <QUBE>"
|
||||
msg " QVM_FILE_MANAGER=thunar ${me} -u root <QUBE>" >&2
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user