Wrap long help lines in pycomedi_demo_args.py.
authorW. Trevor King <wking@drexel.edu>
Tue, 17 Apr 2012 16:29:00 +0000 (12:29 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 17 Apr 2012 16:35:41 +0000 (12:35 -0400)
doc/demo/pycomedi_demo_args.py

index f3c2ec3b46c05d10bbdb472d2e9b3b7fea650568..4c797ad1a911d6816f385be401379a47614b7043 100644 (file)
@@ -74,7 +74,8 @@ ARGUMENTS = {
         {'default':False,
          'action':'store_const',
          'const':True,
-         'help':'use a memory-mapped reader rather than reading the input subdevice directly'}),
+         'help':('use a memory-mapped reader/writer rather than '
+                 'reading/writing the input/output subdevice directly')}),
     'verbose':(
         ['-v', '--verbose'],
         {'action':_IncrementVerbosityAction}),