diff options
| author | merakor <cem@ckyln.com> | 2021-08-13 07:55:07 +0000 | 
|---|---|---|
| committer | merakor <cem@ckyln.com> | 2021-08-13 07:55:07 +0000 | 
| commit | b50af80f5bfa9bbd70d84bc18fcff9da7bdb99a1 (patch) | |
| tree | 851421a0d9133cb04dd4573f807e5fbba2f67fd6 | |
| parent | 85abcf955d3a60e23e68aeebef8a52e56884f3d0 (diff) | |
| download | cpt-b50af80f5bfa9bbd70d84bc18fcff9da7bdb99a1.tar.gz | |
man: update
FossilOrigin-Name: 196cb0d7f9c378fe2105e456c5133c37560dcb6a9de41fcdb542fc3a20fbffa1
| -rw-r--r-- | man/cpt-build.1 | 6 | ||||
| -rw-r--r-- | man/cpt-install.1 | 6 | ||||
| -rw-r--r-- | man/cpt-remove.1 | 6 | ||||
| -rw-r--r-- | man/cpt-search.1 | 8 | 
4 files changed, 26 insertions, 0 deletions
| diff --git a/man/cpt-build.1 b/man/cpt-build.1 index 1393aed..a897bbe 100644 --- a/man/cpt-build.1 +++ b/man/cpt-build.1 @@ -27,6 +27,12 @@ Run tests (if they exist)  Force operation  .It Fl y , -no-prompt  Do not prompt for confirmation +.It Fl -color Ar CPT_COLOR +Enable/disable output color +.Bo +.Sy auto , +always, never, 1, 0 +.Bc  .It Fl -root Ar CPT_ROOT  Use an alternate root directory  .It Fl h , -help diff --git a/man/cpt-install.1 b/man/cpt-install.1 index 235c2df..dfd483c 100644 --- a/man/cpt-install.1 +++ b/man/cpt-install.1 @@ -23,6 +23,12 @@ The options are as follows:  Force installation  .It Fl y , -no-prompt  Do not prompt for confirmation +.It Fl -color Ar CPT_COLOR +Enable/disable output color +.Bo +.Sy auto , +always, never, 1, 0 +.Bc  .It Fl -root Ar CPT_ROOT  Use an alternate root directory  .It Fl h , -help diff --git a/man/cpt-remove.1 b/man/cpt-remove.1 index e4c2e26..6ebc415 100644 --- a/man/cpt-remove.1 +++ b/man/cpt-remove.1 @@ -21,6 +21,12 @@ The options are as follows:  Force removal  .It Fl y , -no-prompt  Do not prompt for confirmation +.It Fl -color Ar CPT_COLOR +Enable/disable output color +.Bo +.Sy auto , +always, never, 1, 0 +.Bc  .It Fl -root Ar CPT_ROOT  Use an alternate root directory  .It Fl h , -help diff --git a/man/cpt-search.1 b/man/cpt-search.1 index 299fed6..6e96954 100644 --- a/man/cpt-search.1 +++ b/man/cpt-search.1 @@ -31,10 +31,18 @@ Run query mode interpreting the given pattern as a fixed string  .It Fl o , -others  Use the current directory as the package and show other instances of that  package. +.It Fl -color Ar CPT_COLOR +Enable/disable output color +.Bo +.Sy auto , +always, never, 1, 0 +.Bc  .It Fl h , -help  Show help message  .It Fl v , -version  Print version information +.It Fl -verbose +Be more verbose  .El  .Pp  The program has three modes of operations. The default operation is to search | 
