mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
cpu-gather: Rename the script as cpu-data.py
It is now doing way more than gathering the CPU data from a host as the other scripts were merged in it. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
@@ -455,7 +455,7 @@ def main():
|
||||
help="Reads data from stdin and parses data for libvirt use.")
|
||||
subparsers.add_parser(
|
||||
"full",
|
||||
help="Equivalent to `cpu-gather gather | cpu-gather parse`.")
|
||||
help="Equivalent to `cpu-data.py gather | cpu-data.py parse`.")
|
||||
diffparser = subparsers.add_parser(
|
||||
"diff",
|
||||
help="Diff json description of CPU model against known features.")
|
||||
Reference in New Issue
Block a user