Browse Source

x230: external_install_top: fix the usage text

pull/102/head
Martin Kepplinger 5 years ago
parent
commit
48be671b7b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      x230/external_install_top.sh

+ 1
- 1
x230/external_install_top.sh View File

@ -20,7 +20,7 @@ usage()
echo " connected to the X230's top chip (closer to the display"
echo " and farther from you)"
echo ""
echo "Usage: $0 -i <image.rom> [-c <chipname>] [-k <backup_filename>]"
echo "Usage: $0 [-i <image.rom>] [-c <chipname>] [-k <backup_filename>] [-f <flasher>] [-b <spispeed>]"
echo ""
echo " -f <hardware_flasher> supported flashers: rpi, ch341a"
echo " -i <image> path to image to flash"


Loading…
Cancel
Save