From dce5aec11fd75e29d7bbba231a9ee9ec66b1fe85 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:28:40 +0200 Subject: [PATCH] fix(man): toml syntax --- man/pacdef.toml.5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/pacdef.toml.5 b/man/pacdef.toml.5 index 985547c..219b9f9 100644 --- a/man/pacdef.toml.5 +++ b/man/pacdef.toml.5 @@ -23,29 +23,29 @@ If the file contains any content that is not a valid key-value pair, pacdef will The options together with their default values. .TP -.B aur_helper: paru +.B aur_helper = paru The AUR helper to use on Arch Linux .TP -.B aur_rm_args: [] +.B aur_rm_args = [] Additional arguments to pass to the AUR helper on Arch Linux when removing a package. Must be a list of strings. .br Example: [--recursive] .TP -.B disabled_backends: [] +.B disabled_backends = [] Backends that pacdef should ignore even if the binary exists on the system. This can reduce runtime if the package manager is notoriously slow (like pip). .br Example: [python, flatpak] .TP -.B warn_not_symlinks: true +.B warn_not_symlinks = true Warn if any group file is not a symlink and is not a child of a symlinked dir inside the group folder. .TP -.B flatpak_systemwide: true +.B flatpak_systemwide = true Whether flatpak packages should be installed system-wide or per user. .SH SEE ALSO