Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/uu/hashsum/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ hashsum-help-ignore-missing = don't fail or report status for missing files
hashsum-help-warn = warn about improperly formatted checksum lines
hashsum-help-zero = end each output line with NUL, not newline
hashsum-help-length = digest length in bits; must not exceed the max for the blake2 algorithm and must be a multiple of 8
hashsum-help-bits = set the size of the output (only for SHAKE)
# Algorithm help messages
hashsum-help-md5 = work with MD5
hashsum-help-sha1 = work with SHA1
Expand Down
1 change: 0 additions & 1 deletion src/uu/hashsum/locales/fr-FR.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ hashsum-help-ignore-missing = ne pas échouer ou rapporter le statut pour les fi
hashsum-help-warn = avertir des lignes de somme de contrôle mal formatées
hashsum-help-zero = terminer chaque ligne de sortie avec NUL, pas de retour à la ligne
hashsum-help-length = longueur de l'empreinte en bits ; ne doit pas dépasser le maximum pour l'algorithme blake2 et doit être un multiple de 8
hashsum-help-bits = définir la taille de la sortie (uniquement pour SHAKE)
# Messages d'aide des algorithmes
hashsum-help-md5 = travailler avec MD5
Expand Down
Loading