Home | History | Annotate | Download | only in tools

Lines Matching refs:maxw

351     maxw=`max_length "$OPTIONS_TEXT"`
352 AWK_SCRIPT=`echo "{ printf \"%-${maxw}s\", \\$1 }"`