From: Oleg Broytman Date: Tue, 11 Mar 2014 15:46:30 +0000 (+0400) Subject: Document -o more clearly X-Git-Tag: v2.5.0~26 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=16d98dbe4bd8cb9cda80da5d1e881aecc872e486 Document -o more clearly Document that -o saves output to the file related to the destination directory from option -O. --- diff --git a/mimedecode.docbook b/mimedecode.docbook index 555c5f2..0a69021 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -454,8 +454,8 @@ -o output_file - Set the output file. Uses destination directory from option -O. - Also useful in case of redirected stdin: + Save output to the file related to the destination directory from + option -O. Also useful in case of redirected stdin: mimedecode.py -o output_file < input_file cat input_file | mimedecode.py -o output_file