mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 18:26:43 +00:00
maybe a typo in cli.c
possibly corrected a typo
This commit is contained in:
parent
d051f541e2
commit
43b7b40dc4
@ -141,7 +141,7 @@ int scan_args_validate(scan_args_t *args, int argc, const char **argv) {
|
|||||||
LOG_DEBUGF("cli.c", "arg content_size=%d", args->content_size)
|
LOG_DEBUGF("cli.c", "arg content_size=%d", args->content_size)
|
||||||
LOG_DEBUGF("cli.c", "arg threads=%d", args->threads)
|
LOG_DEBUGF("cli.c", "arg threads=%d", args->threads)
|
||||||
LOG_DEBUGF("cli.c", "arg incremental=%s", args->incremental)
|
LOG_DEBUGF("cli.c", "arg incremental=%s", args->incremental)
|
||||||
LOG_DEBUGF("cli.c", "arg output=%s", args->incremental)
|
LOG_DEBUGF("cli.c", "arg output=%s", args->output)
|
||||||
LOG_DEBUGF("cli.c", "arg rewrite_url=%s", args->rewrite_url)
|
LOG_DEBUGF("cli.c", "arg rewrite_url=%s", args->rewrite_url)
|
||||||
LOG_DEBUGF("cli.c", "arg name=%s", args->name)
|
LOG_DEBUGF("cli.c", "arg name=%s", args->name)
|
||||||
LOG_DEBUGF("cli.c", "arg depth=%d", args->depth)
|
LOG_DEBUGF("cli.c", "arg depth=%d", args->depth)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user