Skip to content

Commit

Permalink
Mention the man page in fscryptctl --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Jul 16, 2021
1 parent a3a0333 commit e863642
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fscryptctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ static void __attribute__((__noreturn__)) usage(FILE *out) {
"\nNotes:\n"
" Keys are identified by 32-character hex strings (key identifiers).\n"
"\n"
" Raw keys are given on stdin in binary and usually must be 64 bytes.\n",
" Raw keys are given on stdin in binary and usually must be 64 bytes.\n"
"\n"
" For more information, run `man fscryptctl`.\n",
out);

exit(out == stderr ? EXIT_FAILURE : EXIT_SUCCESS);
Expand Down

0 comments on commit e863642

Please sign in to comment.