diff --git a/Documentation/spi/spidev_test.c b/Documentation/spi/spidev_test.c index 16feda9014692a87a4996bf51d759ab9e7500ee5..efd7385e907f094ea469c231a1e5e4441a5cebca 100644 --- a/Documentation/spi/spidev_test.c +++ b/Documentation/spi/spidev_test.c @@ -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); }