From b45396070cf28fa36ecb44acd7be3e3bb81a712d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 24 Oct 2021 13:14:05 -0700 Subject: [PATCH] update comment --- tests/test_vmstat_s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_vmstat_s.py b/tests/test_vmstat_s.py index ec14302b..1c057c50 100644 --- a/tests/test_vmstat_s.py +++ b/tests/test_vmstat_s.py @@ -15,7 +15,7 @@ if not sys.platform.startswith('win32'): # To create streaming output use: -# $ cat vmstat.out | jc --ls-s | jello -c > vmstat-streaming.json +# $ cat vmstat.out | jc --vmstat-s | jello -c > vmstat-streaming.json class MyTests(unittest.TestCase):