flow_control: even more documentation

This commit is contained in:
Markus Rosenstihl 2016-02-18 19:37:46 +00:00
parent 33a43be9ae
commit c8f1ce0b82

View File

@ -189,7 +189,9 @@ class Flow:
if __name__ == "__main__": if __name__ == "__main__":
""" """
This is the command line program to control the red-y flow control series. This is the command line program to control the red-y flow control series.
Usage: ./flow_control.py [any number] Usage: ./flow_control.py [FLOW]
Several parameters are printed on every execution
""" """
conf = os.path.expanduser('~/.flow') conf = os.path.expanduser('~/.flow')