From 759e54aa5c2751ae69962cb124240cc890510da5 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Tue, 11 Aug 2026 20:54:22 +0200 Subject: [PATCH] Fix formatting of hashing algorithm options --- src/docs/markdown/command-line.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: