From 8ff307ee65ff9e1bfb933d894ac0fd376cc2e54e Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Mon, 5 Jun 2017 13:07:00 -0400 Subject: [PATCH] Update tred man page to reflect added flag. --- cmd/tools/tred.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cmd/tools/tred.1 b/cmd/tools/tred.1 index e15c3c1f4..eb52b0dec 100644 --- a/cmd/tools/tred.1 +++ b/cmd/tools/tred.1 @@ -3,6 +3,9 @@ tred \- transitive reduction filter for directed graphs .SH SYNOPSIS .B tred +[ +.B \-v? +] [ .I files ] @@ -20,6 +23,14 @@ is particularly useful as a preprocessor to to reduce clutter in dense layouts. .PP Undirected graphs are silently ignored. +.SH OPTIONS +The following options are supported: +.TP +.B \-v +Verbose output. +.TP +.B \-? +Print usage information. .SH OPERANDS The following operand is supported: .TP 8 -- 2.49.0