Skip to content

Commit

Permalink
rpc: fix allow to use bdev_nvme_apply_firmware in rpc.py
Browse files Browse the repository at this point in the history
Change-Id: I53c5c69b7b954a491e29a72305bfc1b6c57aabb1
Signed-off-by: Tomasz Kulasek <[email protected]>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/532
Reviewed-by: Maciej Wawryk <[email protected]>
Reviewed-by: Shuhei Matsumoto <[email protected]>
Reviewed-by: Aleksey Marchuk <[email protected]>
Reviewed-by: Tomasz Zawadzki <[email protected]>
Tested-by: SPDK CI Jenkins <[email protected]>
  • Loading branch information
Tomasz Kulasek authored and tomzawadzki committed Feb 6, 2020
1 parent 3d8a0b1 commit 8e3b0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8e3b0c1

Please sign in to comment.