docs: update CLI help text to mention multiple algorithms

This commit is contained in:
2025-11-13 13:15:21 +00:00
parent 95f4d7dafd
commit 67ecdc80ad
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ def verify_password(
def _build_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(
description="Erstellt sichere PBKDF2-Hashes oder verifiziert bestehende Werte."
description="Erstellt sichere Password-Hashes (PBKDF2, Argon2, bcrypt) oder verifiziert bestehende Werte."
)
subparsers = parser.add_subparsers(dest="command")
hash_parser = subparsers.add_parser(