Merged fix-1038995-bash-options-starting-with-no

This commit is contained in:
Brian Fraser
2012-08-28 22:05:33 -03:00
7 changed files with 65 additions and 1 deletions

View File

@@ -0,0 +1,37 @@
#!/usr/bin/env bash
:
# ############################################################################
# Documentation
# ############################################################################
:<<'DOCUMENTATION'
=pod
=head1 NAME
pt-stalk - Wait for a condition to occur then begin collecting data.
=head1 OPTIONS
=over
=item --notify-by-email
type: string
something about mailing.
=item --help
Print help.
=back
=head1 ENVIRONMENT
No env vars used.
=cut
DOCUMENTATION