From 7bb2f4ff1bdaf75ec33c5f885a47793f2508eedf Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 2 Nov 2019 08:59:55 -0700 Subject: drop space before shell redirection operator For consistency with the manpage. Signed-off-by: Sean Whitton --- email-print-mime-structure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email-print-mime-structure b/email-print-mime-structure index eb513b3..644efb1 100755 --- a/email-print-mime-structure +++ b/email-print-mime-structure @@ -119,7 +119,7 @@ class MimePrinter(object): def main() -> None: parser:ArgumentParser = ArgumentParser(description='Read RFC2822 MIME message from stdin and emit a tree diagram to stdout.', - epilog="Example: email-print-mime-structure < message.eml") + epilog="Example: email-print-mime-structure