diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2025-05-31 20:16:08 +0300 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2025-07-15 20:49:01 +0200 |
commit | bf5647ae24f3a539eb40003f3d3db95b9484b978 (patch) | |
tree | 902a99ce9a3a33f12e21dd61b7a65859a222bfee /scripts/rust/rustc_args.py | |
parent | d7d0e936f9d665622badf3913de8925581d8fa8c (diff) | |
download | qemu-bf5647ae24f3a539eb40003f3d3db95b9484b978.zip qemu-bf5647ae24f3a539eb40003f3d3db95b9484b978.tar.gz qemu-bf5647ae24f3a539eb40003f3d3db95b9484b978.tar.bz2 |
qemu-img: implement short --help, remove global help() function
now once all individual subcommands has --help support, remove
the large unreadable help() thing and replace it with small
global --help, which refers to individual command --help for
more info.
While at it, also line-wrap list of formats after 75 chars.
Since missing_argument() and unrecognized_option() are now unused,
remove them.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250531171609.197078-27-mjt@tls.msk.ru>
[kwolf: Fixed up style and formatting]
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/rust/rustc_args.py')
0 files changed, 0 insertions, 0 deletions