doc: fix toml syntax
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user