diff options
author | Andinus <andinus@nand.sh> | 2020-11-22 00:08:47 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-22 00:08:47 +0530 |
commit | 8aee745720995831cfe2a288d0945ce20f677a0e (patch) | |
tree | 428aafba074d71d2caa65c4086d904e7f551c7c7 | |
parent | aa6b728bd818e682b71a04163c8ef216f91774c3 (diff) | |
download | leo-8aee745720995831cfe2a288d0945ce20f677a0e.tar.gz |
Add new option to manpage & help v0.5.1
-rw-r--r-- | leo.1 | 7 | ||||
-rwxr-xr-x | leo.pl | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/leo.1 b/leo.1 index be04a50..7cb7cfd 100644 --- a/leo.1 +++ b/leo.1 @@ -1,11 +1,11 @@ -.TH LEO 1 "21 November 2020" "v0.5.0" +.TH LEO 1 "21 November 2020" "v0.5.1" .SH NAME leo \- a simple backup program .SH SYNOPSIS .B leo -[-hpvV] profiles +[-hpPvV] profiles .P .SH DESRIPTION @@ -29,6 +29,9 @@ Print help. .B -p Print profiles. .TP +.B -P +Print profiles with all the files to backup/exclude. +.TP .B -v Increase verbosity. .TP diff --git a/leo.pl b/leo.pl index 3836bbe..dbe35cf 100755 --- a/leo.pl +++ b/leo.pl @@ -202,6 +202,8 @@ sub HelpMessage { Increase verbosity. -p Print profiles. + -P + Print profiles with all the files to backup/exclude. -h Print help. }; |