From e9b0bc1409a824a82dabd2479892b7d18bad8c3f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 10 Mar 2020 22:03:54 -0700 Subject: [PATCH] doc update --- jc/parsers/airport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/airport.py b/jc/parsers/airport.py index 5a21a689..82eea4e0 100644 --- a/jc/parsers/airport.py +++ b/jc/parsers/airport.py @@ -56,7 +56,7 @@ import jc.utils class info(): version = '1.0' - description = 'airport command parser' + description = 'airport -I command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here'