From 5b4dd96294cd43d6aa28ed3861c9339000a3fd9e Mon Sep 17 00:00:00 2001 From: Der Gliech Date: Tue, 17 Jul 2018 10:23:03 +0200 Subject: [PATCH] added '--skip_news' to the options for aurman --- aur.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur.py b/aur.py index 67d7118..c597a4f 100644 --- a/aur.py +++ b/aur.py @@ -72,7 +72,7 @@ EXAMPLES = ''' def_lang = ['env', 'LC_ALL=C'] use_cmd = { - 'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed'], + 'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news'], 'yay': ['yay', '-S', '--noconfirm', '--needed'], 'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'], 'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],