From 33a43be9aee20eaa9e3eb7def60746314172b7d5 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Thu, 18 Feb 2016 17:50:21 +0000 Subject: [PATCH] flow_control: even more documentation --- src/tools/flow_control.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/flow_control.py b/src/tools/flow_control.py index 08eec97..d5436f1 100755 --- a/src/tools/flow_control.py +++ b/src/tools/flow_control.py @@ -189,6 +189,8 @@ class Flow: if __name__ == "__main__": """ This is the command line program to control the red-y flow control series. + Usage: ./flow_control.py [any number] + """ conf = os.path.expanduser('~/.flow') if os.path.exists(conf):