From 33062d7c6e6b509c9ba9d33d4c26239b0a507a54 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 12 Jul 2019 08:51:18 +0530 Subject: [PATCH] Update checksum plugin documentation --- plugins/checksum | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/checksum b/plugins/checksum index d593a472..ea7e2316 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 -- 2.48.1