From 6027b96685d4b6c6cd01bb85bd2c592019767283 Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Tue, 7 Sep 2021 21:03:53 -0400 Subject: [PATCH] fix comments --- samples/ReadObjectList.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/ReadObjectList.py b/samples/ReadObjectList.py index f51240ac..efb4e8bc 100755 --- a/samples/ReadObjectList.py +++ b/samples/ReadObjectList.py @@ -197,12 +197,12 @@ def main(): # parse the command line arguments parser = ConfigArgumentParser(description=__doc__) - # add an argument for interval + # add an argument for the device identifier parser.add_argument('device_id', type=int, help='device identifier', ) - # add an argument for interval + # add an argument for the address of the device parser.add_argument('device_addr', type=str, help='device address', )