Skip to content

Commit

Permalink
Fix typo - verbose to help
Browse files Browse the repository at this point in the history
  • Loading branch information
ccesario committed Aug 14, 2012
1 parent 14e562e commit 978309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfsensebkp/pfsensebkp.php
Expand Up @@ -256,7 +256,7 @@ function do_backup($configHost = array())
if( $totalArgv > 1 ) {
for( $param = 1; $param < $totalArgv; $param++ ) {
switch($argv[$param]) {
case '--verbose':
case '--help':
showHelp();
break;

Expand Down

0 comments on commit 978309f

Please sign in to comment.