Searched refs:opt_output (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man61 my ($opt_name, @opt_include, $opt_output, $opt_no_info);
70 'o|output=s' => \$opt_output,
174 if ($opt_output)
176 unlink $opt_output
177 or die "$this_program: can't unlink $opt_output ($!)\n"
178 if -e $opt_output;
180 open STDOUT, ">$opt_output"
181 or die "$this_program: can't create $opt_output ($!)\n";

Completed in 55 milliseconds