diff options
Diffstat (limited to 'leo.pl')
-rwxr-xr-x | leo.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/leo.pl b/leo.pl index 074223a..01708ad 100755 --- a/leo.pl +++ b/leo.pl @@ -70,7 +70,7 @@ $backup_dir .= "/$ymd"; path($backup_dir)->mkpath; # Create backup directory. my $gpg_fingerprint = $options{gpg_fingerprint} || "`nil'"; -my @gpg_recipients = split / /, $options{gpg_recipient}; +my @gpg_recipients = split / /, $options{gpg_recipients}; my $gpg_bin = $options{gpg_bin} || "gpg"; # Print help. |