git.cweiske.de
/
epubpypt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f453fb4
)
Fix typo
author
Christian Weiske
<
[email protected]
>
Mon, 3 Jan 2022 21:46:01 +0000
(22:46 +0100)
committer
Christian Weiske
<
[email protected]
>
Mon, 3 Jan 2022 21:46:01 +0000
(22:46 +0100)
src/Command/Decrypt.php
patch
|
blob
|
history
diff --git
a/src/Command/Decrypt.php
b/src/Command/Decrypt.php
index 5a49dde112cee0266a88c26af41db02bab94aae1..6d62a1eb3c299d5d5f98e4962d22234ea4d87891 100644
(file)
--- a/
src/Command/Decrypt.php
+++ b/
src/Command/Decrypt.php
@@
-201,7
+201,7
@@
class Decrypt
if (!$this->options['all'] && !count($this->paths)) {
throw new \DomainException(
- 'Use --all or specify at least one file to dec
yr
pt.'
+ 'Use --all or specify at least one file to dec
ry
pt.'
);
}