Skip to content

Commit

Permalink
Update doc/manual/nasl/built-in-functions/knowledge-base/get_kb_list.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Krämer <c.kraemer.rulle@web.de>
  • Loading branch information
ArnoStiefvater and Kraemii committed May 15, 2024
1 parent 3f58f39 commit adaa4b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ first positional argument is not given
set_kb_item(name: "hosts", value: "foo", expire: 600);
set_kb_item(name: "hosts", value: "bar", expire: 600);

display(get_kb_list("abc"));
display(get_kb_list("hosts"));
# should print [ hosts: 'foo', boo: 'baz' ]
```
Expand Down

0 comments on commit adaa4b2

Please sign in to comment.