diff options
| -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. }; |