spi/spidev_test: Document -N/--no-cs and -R/--ready
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Thu, 20 Feb 2014 15:01:43 +0000 (16:01 +0100)
committerMark Brown <broonie@linaro.org>
Sat, 22 Feb 2014 03:07:14 +0000 (12:07 +0900)
commit b55f627feeb9d48fdbde3835e18afbc76712e49b ("spi: new spi->mode bits")
added two new command line options without adding the respective help
texts.

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/spi/spidev_test.c

index 16feda9014692a87a4996bf51d759ab9e7500ee5..efd7385e907f094ea469c231a1e5e4441a5cebca 100644 (file)
@@ -81,7 +81,9 @@ static void print_usage(const char *prog)
             "  -O --cpol     clock polarity\n"
             "  -L --lsb      least significant bit first\n"
             "  -C --cs-high  chip select active high\n"
-            "  -3 --3wire    SI/SO signals shared\n");
+            "  -3 --3wire    SI/SO signals shared\n"
+            "  -N --no-cs    no chip select\n"
+            "  -R --ready    slave pulls low to pause\n");
        exit(1);
 }