From 8b73edf498adf2895af7ff9c750283cf9325a632 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 6 Oct 2005 15:55:43 -0700 Subject: mailsplit: allow feeding mbox from standard input. When mbox argument is missing, read the mailbox from the standard input. Signed-off-by: Junio C Hamano --- Documentation/git-mailsplit.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/git-mailsplit.txt b/Documentation/git-mailsplit.txt index 66239a8f8..03a947766 100644 --- a/Documentation/git-mailsplit.txt +++ b/Documentation/git-mailsplit.txt @@ -7,7 +7,7 @@ git-mailsplit - Totally braindamaged mbox splitter program. SYNOPSIS -------- -'git-mailsplit' [-d] +'git-mailsplit' [-d] [] DESCRIPTION ----------- @@ -17,7 +17,8 @@ directory so you can process them further from there. OPTIONS ------- :: - Mbox file to split. + Mbox file to split. If not given, the mbox is read from + the standard input. :: Directory in which to place the individual messages. @@ -31,6 +32,8 @@ OPTIONS Author ------ Written by Linus Torvalds +and Junio C Hamano + Documentation -------------- -- cgit v1.2.1