From 54f01230d70c8dfa996e0dafe38e178aac4ef5fb Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 12 Feb 2010 16:26:28 +0100 Subject: [PATCH] smock: add --help/--man to manpage/help --- smock/smock.pl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/smock/smock.pl b/smock/smock.pl index fc7c998..dc12440 100755 --- a/smock/smock.pl +++ b/smock/smock.pl @@ -102,6 +102,10 @@ You can list this option several times to build several distributions. Don't run any commands, just print the packages in the order in which they must be built. +=item B<--help> + +Print this help. + =item B<--keepgoing> Don't exit if a package fails, but keep building. @@ -116,6 +120,10 @@ However, it is very useful. Local repository. Defaults to C<$HOME/public_html/smock/yum> +=item B<--man> + +Show this help using man. + =item B<--suffix> Append a suffix to the mock configuration file in order to use -- 1.8.3.1