diff --git a/src/docs/markdown/command-line.md b/src/docs/markdown/command-line.md index 27002d3a..4b3c9cf1 100644 --- a/src/docs/markdown/command-line.md +++ b/src/docs/markdown/command-line.md @@ -261,8 +261,9 @@ Convenient way to hash a plaintext password. The resulting hash is written to st `--algorithm` Selects the hashing algorithm. Valid options are: - * `argon2id` (recommended for modern security) - * `bcrypt` (legacy, slower, configurable cost, default cost is `14`) + + * `argon2id` (recommended for modern security) + * `bcrypt` (legacy, slower, configurable cost, default cost is `14`) bcrypt-specific parameters: