Sort the usage screen

This commit is contained in:
Pierre Pronchery 2020-02-24 06:37:50 +01:00
parent 16ea46ad62
commit 413a23c405

View File

@ -154,8 +154,8 @@ _error()
_usage()
{
echo "Usage: $PROGNAME_JOBS add command" 1>&2
echo " $PROGNAME_JOBS list" 1>&2
echo " $PROGNAME_JOBS exec" 1>&2
echo " $PROGNAME_JOBS list" 1>&2
return 1
}