From: W. Trevor King Date: Tue, 17 Apr 2012 16:29:00 +0000 (-0400) Subject: Wrap long help lines in pycomedi_demo_args.py. X-Git-Tag: 0.5~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=961c23d812e3f014c233145e64ff9649a23f738c;p=pycomedi.git Wrap long help lines in pycomedi_demo_args.py. --- diff --git a/doc/demo/pycomedi_demo_args.py b/doc/demo/pycomedi_demo_args.py index f3c2ec3..4c797ad 100644 --- a/doc/demo/pycomedi_demo_args.py +++ b/doc/demo/pycomedi_demo_args.py @@ -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}),