From: Don Armstrong <don@donarmstrong.com>
Date: Tue, 26 Feb 2019 22:10:41 +0000 (+0100)
Subject: doc: Mention proper way to redirect to stdout
X-Git-Tag: 20190601~13^2^2
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8aba87384197d168ea1bc990ef07ff887ccd0a9e;p=perltidy.git

doc: Mention proper way to redirect to stdout

Patch originated from Debian package

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---

diff --git a/bin/perltidy b/bin/perltidy
index 66dee3d1..9c9bfe52 100755
--- a/bin/perltidy
+++ b/bin/perltidy
@@ -175,7 +175,9 @@ Show summary of usage and exit.
 
 Name of the output file (only if a single input file is being
 processed).  If no output file is specified, and output is not
-redirected to the standard output, the output will go to F<filename.tdy>.
+redirected to the standard output (see B<-st>), the output will go to
+F<filename.tdy>. [Note: - does not redirect to standard output. Use
+B<-st> instead.]
 
 =item	B<-st>,    B<--standard-output>