diff --git a/apollo_fpga/commands/cli.py b/apollo_fpga/commands/cli.py index f9a82f5..538b18a 100755 --- a/apollo_fpga/commands/cli.py +++ b/apollo_fpga/commands/cli.py @@ -358,7 +358,7 @@ def jtag_debug_spi_register(device, args): # Flash commands Command("flash-erase", handler=erase_flash, help="Erases the contents of the FPGA's flash memory."), - Command("flash-program", alias=["flash"], args=["file", "--offset", (("--fast",), dict(action='store_true'))], + Command("flash-program", args=["file", "--offset", (("--fast",), dict(action='store_true'))], handler=program_flash, help="Programs the target bitstream onto the FPGA's configuration flash."), Command("flash-fast", args=["file", "--offset"], handler=program_flash_fast_deprecated, help="Programs a bitstream onto the FPGA's configuration flash using a SPI bridge."),