doc: fix toml syntax

This commit is contained in:
steven-omaha
2024-04-23 13:09:30 +02:00
parent 7e85bc39d5
commit 86880212c1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ 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
@@ -49,7 +49,7 @@ Warn if any group file is not a symlink and is not a child of a symlinked dir in
Whether flatpak packages should be installed system-wide or per user.
.TP
.B pip_binary = pip
.B pip_binary = "pip"
Whether pipx instead of pip should be used for Python package management.
.SH SEE ALSO