diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-06-30 10:51:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-06-30 10:51:05 +0000 |
commit | 63d82744c6312e762b7aac113868c98c05b105c1 (patch) | |
tree | 3563059f5877b4d60ddaebed2c549382183ec8cd /usr.sbin/pkg_add/pod/OpenBSD::State.pod | |
parent | e5b5d4025fbfa31f721c0f96b2fbecda31e8e67c (diff) |
allow say and errsay to work without parameters, as it's ways common.
create verbose_system up in state, because it makes sense without verbose.
Diffstat (limited to 'usr.sbin/pkg_add/pod/OpenBSD::State.pod')
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::State.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::State.pod b/usr.sbin/pkg_add/pod/OpenBSD::State.pod index f589b5a8d94..3571c03d980 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::State.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::State.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::State.pod,v 1.1 2010/06/25 12:03:54 espie Exp $ +$OpenBSD: OpenBSD::State.pod,v 1.2 2010/06/30 10:51:04 espie Exp $ =head1 NAME @@ -54,7 +54,7 @@ Meant to be overridden. Always call C<$state-E<gt>SUPER::init(@params)> at end. =item $state->handle_options($opt_string, @usage); handle options to relevant to this command. Takes a C<OpenBSD::Getopt> -C<$opt_string>, and a set of C<@usage> lines that will be printed if +C<$opt_string>, and a set of C<@usage> lines that will be printed if necessary. Option results are stored in the C<$state-E<gt>{opt}> hash. This can |