From f0ecfd4a4e397ec8c0139f0ee2b383c297225455 Mon Sep 17 00:00:00 2001 From: Flavio Poletti Date: Mon, 8 Feb 2010 12:25:24 +0100 Subject: [PATCH] Aligned examples to actual behaviour --- mobundle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobundle b/mobundle index 6e51e5a..5725c34 100755 --- a/mobundle +++ b/mobundle @@ -205,11 +205,11 @@ Ask the version number to the script itself, calling: =head1 EXAMPLES - shell$ mobundle -m Template::Perlish yourscript.pl + shell$ mobundle -m Template::Perlish -B yourscript.pl - shell$ mobundle -m Template::Perlish --head '#!/path/to/perl' yourscript.pl + shell$ mobundle -m Template::Perlish --head '#!/path/to/perl' -B yscript.pl - shell$ mobundle -m Acme::Laugh --head-from-paragraph laugh.pl + shell$ mobundle -m Acme::Laugh --head-from-paragraph -B laugh.pl =head1 DESCRIPTION -- 2.11.4.GIT