aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 01:07:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 01:07:37 +1300
commite273804a5ee7b5dc193b6afdc18eac4d7f5e1ecc (patch)
tree7e44efe267a1a1718c4c2597675c4601587e825a
parentAdd a README.markdown (diff)
downloadMail-Run-Crypt-e273804a5ee7b5dc193b6afdc18eac4d7f5e1ecc.tar.gz
Mail-Run-Crypt-e273804a5ee7b5dc193b6afdc18eac4d7f5e1ecc.zip
Update name of binscript to "runcrypt" in docs
-rw-r--r--README.markdown6
-rw-r--r--lib/Mail/Run/Crypt.pm10
2 files changed, 8 insertions, 8 deletions
diff --git a/README.markdown b/README.markdown
index 335c248..926aa02 100644
--- a/README.markdown
+++ b/README.markdown
@@ -20,7 +20,7 @@ assurance that the content was actually generated by the server concerned.
anything else that might non-interactively run jobs for which output is
significant.
-You probably want to call this with the `croncrypt(1)` program installed by
+You probably want to call this with the `runcrypt(1)` program installed by
this distribution, which provides a means to set the properties for the module
via environment variables or command-line options.
@@ -54,8 +54,8 @@ Constructor accepts the following named parameters:
- `name`
- (Optional) The name of the object. When called from the `croncrypt(1)`
- program, this will be the string "croncrypt".
+ (Optional) The name of the object. When called from the `runcrypt(1)`
+ program, this will be the string "runcrypt".
## **run(@command)**
diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm
index eabe0b4..9beb3b9 100644
--- a/lib/Mail/Run/Crypt.pm
+++ b/lib/Mail/Run/Crypt.pm
@@ -36,7 +36,7 @@ sub new {
}
# Default the instance name to the package name if it wasn't given;
- # croncrypt(1p) will pass it in
+ # runcrypt(1p) will pass it in
$self->{name} //= $class;
# Return objectified self
@@ -103,7 +103,7 @@ __END__
=pod
=for stopwords
-mailserver decrypt croncrypt GPG OpenPGP tradename licensable MERCHANTABILITY
+mailserver decrypt runcrypt GPG OpenPGP tradename licensable MERCHANTABILITY
=encoding utf8
@@ -129,7 +129,7 @@ C<cron(8)> scripts are the ideal use case, but this would also with C<at(1)> or
anything else that might non-interactively run jobs for which output is
significant.
-You probably want to call this with the C<croncrypt(1)> program installed by
+You probably want to call this with the C<runcrypt(1)> program installed by
this distribution, which provides a means to set the properties for the module
via environment variables or command-line options.
@@ -164,8 +164,8 @@ The recipient email address for the content.
=item C<name>
-(Optional) The name of the object. When called from the C<croncrypt(1)>
-program, this will be the string "croncrypt".
+(Optional) The name of the object. When called from the C<runcrypt(1)>
+program, this will be the string "runcrypt".
=back