]> jspc29.x-matter.uni-frankfurt.de Git - avr.git/commitdiff
fix help text
authorJan Michel <michel@physik.uni-frankfurt.de>
Wed, 11 Jan 2023 09:01:32 +0000 (10:01 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Wed, 11 Jan 2023 09:03:25 +0000 (10:03 +0100)
atmega32u4/dcdc_mdc/mdc_powerboard.pl

index 92dd1161551ceb593424c3b845a9920cd1dc8f91..072aca853f143db909b54fb71445b755d269c850 100755 (executable)
@@ -47,8 +47,8 @@ if ($help || (defined $ARGV[0] && $ARGV[0] =~ /help/)) {
 
     print "DEVICE:    Network address of device\n";
     print "BOARD:     Board number in chain (-1..3)\n";
-    print "CHANNEL:   Channel number (0..3)\n";
-    print "OUTPUT:    Output number in channel (0..1)\n";
+    print "OUTPUT:    Output number (0..3)\n";
+    print "CHANNEL:   Channel number in output (0..1)\n";
     print "REGISTER:  Register to access (number or name)\n";
     print "VALUE:     A 16 Bit value, 1-4 hex digits. If set, a write operation is performed, otherwise a read is done\n";
     print "\n";