From b2776fdf2a98ea586bbdad50eca4ed95e967b0d7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 28 Feb 2013 16:55:41 +0000 Subject: [PATCH] hashsum.c: Document `--progress' in the `--help' display. Release 2.1.2.1. --- debian/changelog | 6 ++++++ hashsum.c | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 177c90c..593ec8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +catacomb (2.1.2.1) experimental; urgency=low + + * hashsum: Document `--progress' option in `--help' output. + + -- Mark Wooding Thu, 28 Feb 2013 17:35:49 +0000 + catacomb (2.1.2) experimental; urgency=low * hashsum: Correct return code when running in `-c' mode. diff --git a/hashsum.c b/hashsum.c index 8a14a76..290641b 100644 --- a/hashsum.c +++ b/hashsum.c @@ -246,6 +246,7 @@ Generates or checks message digests on files. Options available:\n\ -e, --escape Escape funny characters in filenames.\n\ -c, --check Check message digests rather than emitting them.\n\ -b, --binary When reading files, treat them as binary.\n\ +-p, --progress Show a progress indicator for large files.\n\ -v, --verbose Be verbose when checking digests.\n\ \n\ For a list of hashing algorithms and encodings, type `$ --list'.\n\ -- 2.11.0