added sign command.

This commit is contained in:
Nick Bolton 2012-06-30 12:37:50 +00:00
parent 218e98398f
commit 817032eb99
2 changed files with 43 additions and 0 deletions

1
hm.py
View file

@ -69,6 +69,7 @@ cmd_opt_dict = {
'open' : ['', []],
'genlist' : ['', []],
'reset' : ['', []],
'sign' : ['', ['pfx=', 'pwd=', 'dist']]
}
# aliases to valid commands