diff options
author | Libreboot Contributor <contributor@libreboot.org> | 2020-04-05 16:23:44 +0200 |
---|---|---|
committer | Libreboot Contributor <contributor@libreboot.org> | 2020-04-05 16:23:44 +0200 |
commit | a295aef4197113691d3a5b84dc98c72e306fa238 (patch) | |
tree | 0d32753aa4469bbeee4d2969699de6bf650ea59e /i18n/fr_FR | |
parent | 83bed8cb40e150e2dc1785a19fce5159ad231761 (diff) | |
download | librebootfr-a295aef4197113691d3a5b84dc98c72e306fa238.tar.gz librebootfr-a295aef4197113691d3a5b84dc98c72e306fa238.zip |
removing untranslated bit in libreboot script
Diffstat (limited to 'i18n/fr_FR')
-rwxr-xr-x | i18n/fr_FR/libreboot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/fr_FR/libreboot b/i18n/fr_FR/libreboot index 9f8a7555..86e145b3 100755 --- a/i18n/fr_FR/libreboot +++ b/i18n/fr_FR/libreboot @@ -59,9 +59,9 @@ libreboot_usage() { done printf '\n%s\n' "Variables d'environnement" - printf '%s\n' ' PROJECTS_FORCE - Projects to always perform actions for / Projets dont il faut toujours exécuter les actions pour' - printf '%s\n' ' TOOLS_FORCE - Tools to always perform actions for / Outils dont il faut toujours exécuter les actions pour' printf '%s\n' ' RELEASE_KEY - Clé GPG à utiliser pour la version' + printf '%s\n' ' PROJECTS_FORCE - Projets dont il faut toujours exécuter les actions pour' + printf '%s\n' ' TOOLS_FORCE - Outils dont il faut toujours exécuter les actions pour' printf '%s\n' ' VBOOT_KEYS_PATH - Chemin vers les clés vboot' printf '%s\n' ' LIBFAKETIME_PATH - Chemin vers libfaketime' printf '%s\n' ' TASKS - Nombre de tâches simultanées à exécuter' |