Skip to content

Commit

Permalink
Update program description
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiechowka committed Dec 31, 2017
1 parent 7e9ce75 commit 3cf1026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const char *argp_program_bug_address = "https://github.com/jpiechowka/libsodium-
unsigned char crypto_key[crypto_secretstream_xchacha20poly1305_KEYBYTES];

// Program documentation
static char doc[] = "A file encryption utility written in C using libsodium";
static char doc[] = "Linux file encryption utility written in C using libsodium";

// A description of the arguments we accept
static char args_doc[] = "FILE PASSWORD";
Expand Down

0 comments on commit 3cf1026

Please sign in to comment.