From 8aba87384197d168ea1bc990ef07ff887ccd0a9e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 26 Feb 2019 23:10:41 +0100 Subject: [PATCH] doc: Mention proper way to redirect to stdout Patch originated from Debian package Signed-off-by: Petr Vorel --- bin/perltidy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. +redirected to the standard output (see B<-st>), the output will go to +F. [Note: - does not redirect to standard output. Use +B<-st> instead.] =item B<-st>, B<--standard-output> -- 2.39.5