configure-update: improve the usage screen

This commit is contained in:
Pierre Pronchery 2024-04-30 02:07:20 +02:00
parent 62b64bce01
commit fa0a08e584

View File

@ -90,7 +90,7 @@ _info()
#usage #usage
_usage() _usage()
{ {
echo "Usage: $PROGNAME -nqv [target...]" 1>&2 echo "Usage: $PROGNAME -nqv [directory...]" 1>&2
return 1 return 1
} }