diff options
author | okan | 2019-02-25 18:07:48 +0000 |
---|---|---|
committer | okan | 2019-02-25 18:07:48 +0000 |
commit | 35d7a7dabf8e1cb8891b2661e5798de4f9f06f87 (patch) | |
tree | daa2286edc7231eac90016a8ace01db134833026 /cwm.1 | |
parent | 8f7c934cef0f223e5fc0d06b2f0cba386b5b8fd8 (diff) | |
download | cwm-35d7a7dabf8e1cb8891b2661e5798de4f9f06f87.tar.gz |
Add a configtest flag (-n).
based on a diff from Sascha Paunovic.
Diffstat (limited to 'cwm.1')
-rw-r--r-- | cwm.1 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.63 2019/02/22 19:40:33 okan Exp $ +.\" $OpenBSD: cwm.1,v 1.64 2019/02/25 18:07:48 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 22 2019 $ +.Dd $Mdocdate: February 25 2019 $ .Dt CWM 1 .Os .Sh NAME @@ -23,7 +23,7 @@ .Sh SYNOPSIS .\" For a program: program [-abc] file ... .Nm cwm -.Op Fl v +.Op Fl nv .Op Fl c Ar file .Op Fl d Ar display .Sh DESCRIPTION @@ -48,6 +48,9 @@ however, will continue to process the rest of the configuration file. .It Fl d Ar display Specify the display to use. +.It Fl n +Configtest mode. +Only check the configuration file for validity. .It Fl v Verbose mode. Multiple |