pycomedi_demo_args: comment on what happens with lots of verbose args.
authorW. Trevor King <wking@tremily.us>
Wed, 17 Oct 2012 18:38:46 +0000 (14:38 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 17 Oct 2012 18:45:39 +0000 (14:45 -0400)
commitdd4ce1996cbb55e23abf14f38e7aa2e4d0c6d575
tree905e830db2f6afcc7fa2b803f1171fef80cff0ec
parent8e86b7533c9e65873bb5fc28f976126507a4f31c
pycomedi_demo_args: comment on what happens with lots of verbose args.

For example, if you call

  cmd.py -vvvvvvv

This will set pycomedi.LOG to DEBUG.

  WARN -> INFO
  INFO -> DEBUG
  no-op
  no-op
  etc.

The new comment makes this clearer, because it took me a minute to
understand the implementation ;).
doc/demo/pycomedi_demo_args.py