Misc #177: Clarify the message about missing xwininfo/xprop

Clarify the message about missing xwininfo/xprop. (#177)
This commit is contained in:
Richard Grenville 2014-02-25 22:13:43 +08:00
parent aeda1482ce
commit d717411687
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
# "command" is a shell built-in, faster than "which" # "command" is a shell built-in, faster than "which"
if test -z "$(command -v xprop)" -o -z "$(command -v xwininfo)"; then if test -z "$(command -v xprop)" -o -z "$(command -v xwininfo)"; then
echo 'Please install x11-utils/xorg-xprop/xorg-xwininfo.' >& 2 echo 'The command xwininfo or xprop is not available. They might reside in a package named xwininfo, xprop, x11-utils, xorg-xprop, or xorg-xwininfo.' >& 2
exit 1 exit 1
fi fi