diff --git a/scripts/rpc.py b/scripts/rpc.py index 696e5fef7cc..2660d3a72a1 100755 --- a/scripts/rpc.py +++ b/scripts/rpc.py @@ -760,7 +760,7 @@ def bdev_nvme_apply_firmware(args): bdev_name=args.bdev_name, filename=args.filename)) - p = subparsers.add_parser('apply_firmware', aliases=['apply_firmware'], + p = subparsers.add_parser('bdev_nvme_apply_firmware', aliases=['apply_firmware'], help='Download and commit firmware to NVMe device') p.add_argument('filename', help='filename of the firmware to download') p.add_argument('bdev_name', help='name of the NVMe device')