diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-03-25 15:39:07 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-03-25 15:39:07 +0100 |
commit | 30143ebecda1e65dc72a5ff1f4e789762206b647 (patch) | |
tree | ce35682a72f91b6e7d998d020b1310d72b265bf7 /SBO-Lib/lib/SBO/Lib/Util.pm | |
parent | f7ce13a8894dc0af548b3cb6328d203a4dbb5aec (diff) | |
download | sbotools2-30143ebecda1e65dc72a5ff1f4e789762206b647.tar.xz |
SBO::Lib::Util: fix typo in prompt() documentation
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Util.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm index ba2d372..22f7c24 100644 --- a/SBO-Lib/lib/SBO/Lib/Util.pm +++ b/SBO-Lib/lib/SBO/Lib/Util.pm @@ -350,7 +350,7 @@ sub print_failures { exit unless prompt "Should we continue?", default => "yes"; -C<prompt()> prompts the user for an answer, optinally specifying a default of +C<prompt()> prompts the user for an answer, optionally specifying a default of C<yes> or C<no>. If the default has been specified it returns a true value in case 'yes' was selected, and a false value if 'no' was selected. Otherwise it returns whatever the user answered. |