mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-31 23:29:19 +02:00
moved mac sign identity to arg
This commit is contained in:
parent
42419dc353
commit
54883ad523
2 changed files with 8 additions and 4 deletions
2
hm.py
2
hm.py
|
@ -70,7 +70,7 @@ cmd_opt_dict = {
|
|||
'genlist' : ['', []],
|
||||
'reset' : ['', []],
|
||||
'signwin' : ['', ['pfx=', 'pwd=', 'dist']],
|
||||
'signmac' : ['', []]
|
||||
'signmac' : ['', ['identity=']]
|
||||
}
|
||||
|
||||
# aliases to valid commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue