diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-07-12 08:51:18 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-07-12 08:51:18 +0530 |
commit | 33062d7c6e6b509c9ba9d33d4c26239b0a507a54 (patch) | |
tree | e716a535142662342a5237b2d27b0bbaabdba87d /plugins/checksum | |
parent | ca714eac9067a44e5e0a7136dc6077969dd961ca (diff) | |
download | nnn-33062d7c6e6b509c9ba9d33d4c26239b0a507a54.tar.gz |
Update checksum plugin documentation
Diffstat (limited to 'plugins/checksum')
-rwxr-xr-x | plugins/checksum | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/checksum b/plugins/checksum index d593a47..ea7e231 100755 --- a/plugins/checksum +++ b/plugins/checksum @@ -4,10 +4,10 @@ # # If selection is used: it will generate one file containing the checksums with file names # [and with paths if they are in another directory] -# The filename will be checksum_timestamp.checksum_type -# If file is used: if the file is a checksum, it does the verification -# if the file is not a checksum, it will be created from it -# The filename will be filename.checksum_type +# The output checksum filename will be checksum_timestamp.checksum_type +# If file is used: if the file is a checksum, the plugin does the verification +# if the file is not a checksum, checksum will be generated for it +# The output checksum filename will be filename.checksum_type # # Shell: POSIX compliant # Author: ath3 |