From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [PATCH 3/4] e2image: add progress indicator Date: Tue, 24 Dec 2013 23:58:39 -0500 Message-ID: <20131225045839.GD13142@thunk.org> References: <1381247792-22508-1-git-send-email-psusi@ubuntu.com> <1381247792-22508-4-git-send-email-psusi@ubuntu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org To: Phillip Susi Return-path: Received: from imap.thunk.org ([74.207.234.97]:43206 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751770Ab3LYE6l (ORCPT ); Tue, 24 Dec 2013 23:58:41 -0500 Content-Disposition: inline In-Reply-To: <1381247792-22508-4-git-send-email-psusi@ubuntu.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Tue, Oct 08, 2013 at 11:56:31AM -0400, Phillip Susi wrote: > When given the -p switch, print progress information, including > block counts, percentage complete, estimated time remaining, and > throughput. > > Signed-off-by: Phillip Susi Thanks, applied. - Ted