From ac4b0a74689b1b27aa21871313f0709a33cd53c2 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 20 Jun 2024 17:36:33 +0200 Subject: [PATCH] Improve wording in documentation --- README-fr.md | 2 +- README.md | 2 +- doc/man/arch-update.conf.5 | 2 +- doc/man/fr/arch-update.conf.5 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-fr.md b/README-fr.md index 4cd6d23..5932554 100644 --- a/README-fr.md +++ b/README-fr.md @@ -196,7 +196,7 @@ Les options prises en charge sont : - NewsNum=[Num] # Nombre de Arch news à affcher avant la mise à jour et avec l'option `-n/--news` (voir la page de manuel arch-update(1) pour plus de details). La valeur par défaut est 5. - KeepOldPackages=[Num] # Nombre d'anciennes versions de paquets à conserver dans le cache de pacman. La valeur par défaut est 3. - KeepUninstalledPackages=[Num] # Nombre de versions de paquets désinstallés à conserver dans le cache de pacman. La valeur par défaut est 0. -- PrivilegeElevationCommand=[Cmd] # Commande à utiliser pour élever les privilèges. Les options valides sont `sudo`, `doas` ou `run0`. Si cette option n'est pas spécifiée, Arch-Update utilisera la première commande disponible dans l'odre suivant: `sudo`, `doas` puis `run0`. +- PrivilegeElevationCommand=[Cmd] # Commande à utiliser pour l'élévation de privilège. Les options valides sont `sudo`, `doas` ou `run0`. Si cette option n'est pas spécifiée, Arch-Update utilisera la première commande disponible dans l'odre suivant: `sudo`, `doas` puis `run0`. Les options sont sensibles à la casse, les majuscules doivent donc être respectées. ``` diff --git a/README.md b/README.md index 835451d..e5db242 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ The supported options are: - NewsNum=[Num] # Number of Arch news to display before updating and with the `-n/--news` option (see the arch-update(1) man page for more details). Defaults to 5. - KeepOldPackages=[Num] # Number of old packages' versions to keep in pacman's cache. Defaults to 3. - KeepUninstalledPackages=[Num] # Number of uninstalled packages' versions to keep in pacman's cache. Defaults to 0. -- PrivilegeElevationCommand=[Cmd] # Command to be used to elevate privileges. Valid options are `sudo`, `doas` or `run0`. If this option is not set, Arch-Update will use the first available command in the following order: `sudo`, `doas` then `run0`. +- PrivilegeElevationCommand=[Cmd] # Command to be used for privilege elevation. Valid options are `sudo`, `doas` or `run0`. If this option is not set, Arch-Update will use the first available command in the following order: `sudo`, `doas` then `run0`. Options are case sensitive, so capital letters have to be respected. ``` diff --git a/doc/man/arch-update.conf.5 b/doc/man/arch-update.conf.5 index 9ae661a..fbd3bff 100644 --- a/doc/man/arch-update.conf.5 +++ b/doc/man/arch-update.conf.5 @@ -45,7 +45,7 @@ Number of uninstalled packages' versions to keep in pacman's cache. Defaults to .TP .B PrivilegeElevationCommand=[Cmd] -Command to be used to elevate privileges. Valid options are sudo, doas or run0. If this option is not set, Arch-Update will use the first available command in the following order: sudo, doas then run0. +Command to be used for privilege elevation. Valid options are sudo, doas or run0. If this option is not set, Arch-Update will use the first available command in the following order: sudo, doas then run0. .SH SEE ALSO .BR arch-update (1) diff --git a/doc/man/fr/arch-update.conf.5 b/doc/man/fr/arch-update.conf.5 index 9e82cd3..47d4ae0 100644 --- a/doc/man/fr/arch-update.conf.5 +++ b/doc/man/fr/arch-update.conf.5 @@ -45,7 +45,7 @@ Nombre de versions de paquets désinstallés à conserver dans le cache de pacma .TP .B PrivilegeElevationCommand=[Cmd] -Commande à utiliser pour élever les privilèges. Les options valides sont sudo, doas ou run0. Si cette option n'est pas spécifiée, Arch-Update utilisera la première commande disponible dans l'odre suivant: sudo, doas puis run0. +Commande à utiliser pour l'élévation de privilège. Les options valides sont sudo, doas ou run0. Si cette option n'est pas spécifiée, Arch-Update utilisera la première commande disponible dans l'odre suivant: sudo, doas puis run0. .SH VOIR AUSSI .BR arch-update (1)