Home | History | Annotate | Download | only in tools

Lines Matching refs:Print

42     echo "$@" | tr ' ' '\n' | awk 'BEGIN {max=0} {len=length($1); if (len > max) max=len} END {print max}'
333 # Print the help, including a list of registered options for this program
501 register_option "--help" do_option_help "Print this help."