From 55c54acfccc5ae210b9c71266bac16fd416cd270 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 3 May 2025 18:46:54 -0400 Subject: [PATCH] Correct example.go usage information --- example.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.go b/example.go index 3f6fffe..fdabec7 100644 --- a/example.go +++ b/example.go @@ -14,7 +14,7 @@ import ( // rcw : Runs the rcw daemon to serve the provided text for three minutes // rcw : Requests the data served by the RCW daemon and outputs it to stdout // rcw enc : Encrypts the provided text and outputs the ciphertext to encrypted-example.txt -// rcw dec : Decrypts the provided file and outputs the plaintext to stdout +// rcw dec : Decrypts encrypted-example.txt and outputs the plaintext to stdout // TODO Tests: // Salt (aes+chacha)