aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/cpt-build.12
-rw-r--r--man/cpt-install.12
-rw-r--r--man/cpt-remove.12
-rw-r--r--man/cpt-search.12
-rw-r--r--man/cpt-update.12
-rw-r--r--src/cpt-lib.in1
6 files changed, 11 insertions, 0 deletions
diff --git a/man/cpt-build.1 b/man/cpt-build.1
index 79b24c6..1393aed 100644
--- a/man/cpt-build.1
+++ b/man/cpt-build.1
@@ -33,6 +33,8 @@ Use an alternate root directory
Show help message
.It Fl v , -version
Print version information
+.It Fl -verbose
+Be more verbose
.El
.Sh AUTHOR
.An Cem Keylan Aq Mt cem@ckyln.com
diff --git a/man/cpt-install.1 b/man/cpt-install.1
index 65069f3..235c2df 100644
--- a/man/cpt-install.1
+++ b/man/cpt-install.1
@@ -29,6 +29,8 @@ Use an alternate root directory
Show help message
.It Fl v , -version
Print version information
+.It Fl -verbose
+Be more verbose
.El
.Sh AUTHOR
.An Cem Keylan Aq Mt cem@ckyln.com
diff --git a/man/cpt-remove.1 b/man/cpt-remove.1
index f4bb6fb..e4c2e26 100644
--- a/man/cpt-remove.1
+++ b/man/cpt-remove.1
@@ -27,6 +27,8 @@ Use an alternate root directory
Show help message
.It Fl v , -version
Print version information
+.It Fl -verbose
+Be more verbose
.El
.Sh AUTHOR
.An Cem Keylan Aq Mt cem@ckyln.com
diff --git a/man/cpt-search.1 b/man/cpt-search.1
index 05452bd..f59f7b9 100644
--- a/man/cpt-search.1
+++ b/man/cpt-search.1
@@ -24,6 +24,8 @@ package.
Show help message
.It Fl v , -version
Print version information
+.It Fl -verbose
+Be more verbose
.El
.Sh EXAMPLES
Below are usage examples for
diff --git a/man/cpt-update.1 b/man/cpt-update.1
index 3af1205..bc63ea7 100644
--- a/man/cpt-update.1
+++ b/man/cpt-update.1
@@ -30,6 +30,8 @@ Use an alternate root directory
Show help message
.It Fl v , -version
Print version information
+.It Fl -verbose
+Be more verbose
.El
.Sh AUTHOR
.An Cem Keylan Aq Mt cem@ckyln.com
diff --git a/src/cpt-lib.in b/src/cpt-lib.in
index a2466af..1e4062a 100644
--- a/src/cpt-lib.in
+++ b/src/cpt-lib.in
@@ -404,6 +404,7 @@ global_options() {
param CPT_ROOT --root init:@export -- "Use an alternate root directory"
disp :usage -h --help -- "Show this help message"
disp :version -v --version -- "Print version information"
+ flag CPT_VERBOSE --verbose init:@export -- "Be more verbose"
}
contains() {