From aef54705f5267c633e0778e8dce0065978083139 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 12 Apr 2021 13:15:12 -0700 Subject: [PATCH] add _l to module name --- docs/parsers/dpkg_l.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parsers/dpkg_l.md b/docs/parsers/dpkg_l.md index 1df626d3..f367c0f6 100644 --- a/docs/parsers/dpkg_l.md +++ b/docs/parsers/dpkg_l.md @@ -17,8 +17,8 @@ Usage (cli): Usage (module): - import jc.parsers.dpkg - result = jc.parsers.dpkg.parse(dpkg_command_output) + import jc.parsers.dpkg_l + result = jc.parsers.dpkg_l.parse(dpkg_command_output) Schema: