added '--skip_news' to the options for aurman

This commit is contained in:
Der Gliech
2018-07-17 10:23:03 +02:00
committed by GitHub
parent 2add192d89
commit 5b4dd96294

2
aur.py
View File

@@ -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'],