From a5759d77c41541ed461afc4b008ff660228ef918 Mon Sep 17 00:00:00 2001 From: Guilherme Silva Date: Sat, 9 Oct 2021 09:31:35 -0300 Subject: [PATCH] config: mention that yay_arguments also works for paru (#763) --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index 6a566a99..c749fea9 100644 --- a/config.example.toml +++ b/config.example.toml @@ -63,7 +63,7 @@ #greedy_cask = true [linux] -# Arguments to pass yay when updating packages +# Arguments to pass yay (or paru) when updating packages #yay_arguments = "--nodevel" #trizen_arguments = "--devel" #enable_tlmgr = true