Skip to content

Commit

Permalink
modififcation of libsecret options
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed May 24, 2017
1 parent 57fc886 commit 0e5722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/lazagne/softwares/wallet/libsecret.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class libsecret(ModuleInfo):
def __init__(self):
options = {'command': '-k', 'action': 'store_true', 'dest': 'kwallet', 'help': 'KWallet'}
options = {'command': '-l', 'action': 'store_true', 'dest': 'libsecret', 'help': 'libsecret'}
ModuleInfo.__init__(self, 'libsecret', 'wallet', options)

def run(self, software_name = None):
Expand Down

0 comments on commit 0e5722c

Please sign in to comment.