aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--leo.17
-rwxr-xr-xleo.pl2
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.
};