]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic: partition.py: fix help string
authorTrevor Woerner <twoerner@gmail.com>
Tue, 9 Sep 2025 19:41:12 +0000 (15:41 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Sep 2025 09:45:08 +0000 (10:45 +0100)
commit7e5c7633a3cb7f1718f40ba63ecc30bb8ea07928
tree121971b5843348a2f84560d8261ffeec8da5d2d9
parent40144c6b24133eadec8f7b91ddbe8633e4082d5c
wic: partition.py: fix help string

The help suggests invoking 'wic help source-plugins' for information on how to
add a new plugin, this results in:

usage: wic help [-h] {plugins,overview,kickstart,create,ls,cp,rm,write,list} ...
wic help: error: argument help_topic: invalid choice: 'source-plugins' (choose from 'plugins', 'overview', 'kickstart', 'create', 'ls', 'cp', 'rm', 'write', 'list')

The proper command is 'wic help plugins'.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/partition.py