Prefer power-loss -> powerloss

Just trying to be a bit more consistent.
This commit is contained in:
Christopher Haster
2026-01-26 02:04:14 -06:00
parent ab39a8fde9
commit 23ac67bf34
4 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -1677,7 +1677,7 @@ if __name__ == "__main__":
test_parser.add_argument(
'--list-powerlosses',
action='store_true',
help="List the available power-loss scenarios.")
help="List the available powerloss scenarios.")
test_parser.add_argument(
'-D', '--define',
action='append',
@@ -1687,7 +1687,7 @@ if __name__ == "__main__":
help="How deep to evaluate recursive defines before erroring.")
test_parser.add_argument(
'-P', '--powerloss',
help="Comma-separated list of power-loss scenarios to test.")
help="Comma-separated list of powerloss scenarios to test.")
test_parser.add_argument(
'--force',
action='store_true',