Home
last modified time | relevance | path

Searched refs:get_option_value (Results 1 – 1 of 1) sorted by relevance

/coreutils/man/
Dhelp2man49 sub get_option_value;
251 my $help_text = get_option_value $ARGV[0], $help_option;
252 $version_text ||= get_option_value $ARGV[0], $version_option;
756 sub get_option_value subroutine