Skip to content

Commit

Permalink
Merge pull request #32677 from owncloud/add-default-option-decrypt-al…
Browse files Browse the repository at this point in the history
…l-stable10

[stable10] Backport of Add default option 'no' to --continue for comm…
  • Loading branch information
Vincent Petry authored Sep 11, 2018
2 parents 9ec0907 + 3ac97e2 commit 5bde99d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/Command/Encryption/DecryptAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ protected function configure() {
'continue',
'c',
InputOption::VALUE_OPTIONAL,
'Provide yes or no. Whether to ask for permission to continue.'
'Provide yes or no. Whether to ask for permission to continue.',
'no'
);
}

Expand Down

0 comments on commit 5bde99d

Please sign in to comment.