projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01aa71
)
Wrap long help lines in pycomedi_demo_args.py.
author
W. Trevor King
<wking@drexel.edu>
Tue, 17 Apr 2012 16:29:00 +0000
(12:29 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 17 Apr 2012 16:35:41 +0000
(12:35 -0400)
doc/demo/pycomedi_demo_args.py
patch
|
blob
|
history
diff --git
a/doc/demo/pycomedi_demo_args.py
b/doc/demo/pycomedi_demo_args.py
index f3c2ec3b46c05d10bbdb472d2e9b3b7fea650568..4c797ad1a911d6816f385be401379a47614b7043 100644
(file)
--- 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}),