mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:15:10 +00:00
[MOD] Avoid allocating memory in HMAC
This commit is contained in:
parent
39cc04fc2e
commit
55674c369b
3 changed files with 18 additions and 22 deletions
|
|
@ -42,12 +42,13 @@ static const Argument arguments[] =
|
|||
Arg('J', true, "number(=8)", "Sets the number of XMPP threads")
|
||||
Arg('C', true, "file(='parsee.json')", "Sets the JSON config to use")
|
||||
|
||||
Arg('g', false, NULL,"Generates a parsee.yaml AS file before exiting")
|
||||
Arg('g', false, NULL,
|
||||
"Generates a parsee.yaml AS file before exiting")
|
||||
Arg('v', false, NULL,
|
||||
"Forces Parsee to print in a more verbose fashion "
|
||||
"(-vv prints stanzas to stderr)"
|
||||
)
|
||||
Arg('h', false, NULL,"Generates an help screen(this one!)")
|
||||
"(-vv prints stanzas to stderr)")
|
||||
Arg('h', false, NULL,
|
||||
"Generates an help screen(this one!)")
|
||||
|
||||
EndOfArgs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue