diff options
author | merakor <cem@ckyln.com> | 2021-07-17 21:53:13 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-07-17 21:53:13 +0000 |
commit | 3d09fea9629b478cb50f799a2e9f27e9f5a8a52f (patch) | |
tree | 3cc87b6b52d35b5c80d85a20c05be3934dde5c57 | |
parent | 2d25afbdcb9d399f8bf24b7591b63aec2e457b68 (diff) | |
download | cpt-3d09fea9629b478cb50f799a2e9f27e9f5a8a52f.tar.gz |
docs: update
FossilOrigin-Name: 9d1edf74007926567f5dd6f9484ac36b6a75ffe2f17cbddb6a13128cfd343a11
-rw-r--r-- | man/cpt-list.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/cpt-list.1 b/man/cpt-list.1 index 292ba13..778a57d 100644 --- a/man/cpt-list.1 +++ b/man/cpt-list.1 @@ -5,7 +5,7 @@ .Nd list packages .Sh SYNOPSIS .Nm -.Op Fl c +.Op Fl cq .Ar pkg... .Nm .Fl C @@ -20,7 +20,7 @@ list the given packages. If any of the given packages are not installed on the system, .Nm will exit with an error. However, -.Fl c +.Fl C and .Fl -check flags can be used in order to change the behaviour of the utility: @@ -28,6 +28,8 @@ flags can be used in order to change the behaviour of the utility: .It Fl c , -current Assumes that the current directory is a package and will use it instead of arguments. +.It Fl q , -quiet +Make the operation quiet, only reporting exit status. .It Fl C , -check Ar package true_statement false_statement Checks whether the .Em package |