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)