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-0.5.1.tar.gz | |
Add new option to manpage & helpv0.5.1
| -rw-r--r-- | leo.1 | 7 | ||||
| -rwxr-xr-x | leo.pl | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -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 @@ -202,6 +202,8 @@ sub HelpMessage { Increase verbosity. -p Print profiles. + -P + Print profiles with all the files to backup/exclude. -h Print help. }; |