summaryrefslogtreecommitdiff
path: root/summain
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-11 20:14:47 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-11 20:14:47 +0100
commite2a190cf766cd9cacd9dbeb94c0361f3445c2845 (patch)
treee70a602097e27c7cd605ed0711d69f95654a8520 /summain
parentf41d68f83887eb5a13d957d8231f0e2a2e806e7f (diff)
downloadsummain-e2a190cf766cd9cacd9dbeb94c0361f3445c2845.tar.gz
Tweak --checksum help text to list all checksum types.
Diffstat (limited to 'summain')
-rwxr-xr-xsummain5
1 files changed, 4 insertions, 1 deletions
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):