diff options
-rw-r--r-- | README | 3 | ||||
-rwxr-xr-x | leo.pl | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/README b/README index 4347a9b..a9532ae 100644 --- a/README +++ b/README @@ -39,6 +39,9 @@ pre-defined list. It can encrypt/sign files with gpg2(1). │ git clone https://git.tilde.institute/andinus/leo && \ │ cd leo │ + │ # Install dependencies with cpanm. + │ cpanm --installdeps . + │ │ # Copy the config. │ cp share/leo.conf $HOME/.config/leo.conf │ diff --git a/leo.pl b/leo.pl index 4b05e94..f079419 100755 --- a/leo.pl +++ b/leo.pl @@ -165,8 +165,7 @@ Profile:}; print " $_\n" foreach $profile{$prof}{backup}->@*; print "\n"; } - print qq{ -Options: + print qq{Options: --encrypt }; print "[Enabled]" if $options{encrypt}; print qq{ |