sudo: missing comma >:(

This commit is contained in:
David Wilson 2018-08-13 12:21:53 +01:00
parent 30ca569716
commit 27c1f3e21e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ SUDO_OPTIONS = [
#(False, 'str', '--group', '-g')
(True, 'bool', '--set-home', '-H'),
#(False, 'str', '--host', '-h')
(False, 'bool', '--login', '-i')
(False, 'bool', '--login', '-i'),
#(False, 'bool', '--remove-timestamp', '-K')
#(False, 'bool', '--reset-timestamp', '-k')
#(False, 'bool', '--list', '-l')