moved mac sign identity to arg

This commit is contained in:
Nick Bolton 2012-07-29 17:27:40 +00:00
parent 42419dc353
commit 54883ad523
2 changed files with 8 additions and 4 deletions

2
hm.py
View file

@ -70,7 +70,7 @@ cmd_opt_dict = {
'genlist' : ['', []],
'reset' : ['', []],
'signwin' : ['', ['pfx=', 'pwd=', 'dist']],
'signmac' : ['', []]
'signmac' : ['', ['identity=']]
}
# aliases to valid commands