From e2a190cf766cd9cacd9dbeb94c0361f3445c2845 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Jun 2011 20:14:47 +0100 Subject: Tweak --checksum help text to list all checksum types. --- summain | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'summain') diff --git a/summain b/summain index ff9e225..92ad5f3 100755 --- a/summain +++ b/summain @@ -33,7 +33,10 @@ class Summain(cliapp.Application): 'do not output or compute FIELD', metavar='FIELD') self.settings.string_list(['checksum', 'c'], - 'which checksums to compute') + 'which checksums to compute: ' + 'MD5, SHA1, SHA224, SHA256, SHA384, SHA512; ' + 'use once per checksum type ' + '(default is SHA1)') def files(self, root): if os.path.isdir(root): -- cgit v1.2.1