Skip to content

Commit

Permalink
Documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
VPKSoft committed Sep 17, 2024
1 parent 2cc0bd9 commit 5c6e640
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ struct Args {
#[arg(short, long)]
file: String,

/// The mode for the data content. Allowed values: encrypt, decrypt, decrypt-string.
/// The mode for the data content. Allowed values: read, write.
///
/// encrypt: Encrypts the data content.
/// read: Reads the data from environment variables and writes them to a file.
///
/// decrypt: Decrypts the data content and returns the decrypted data in base64-format.
///
/// decrypt-string: Decrypts the data content and returns the decrypted data in an UTF-8 string-format.
/// write: Writes the data from a file to output.
#[command(subcommand)]
mode: Mode,

Expand Down

0 comments on commit 5c6e640

Please sign in to comment.