From 5dceb976bad0fb7a0f51456a9fdb1c2939f63ddd Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 14 Nov 2025 17:54:02 -0700 Subject: [PATCH 1/2] Rename util scripts to use hyphens --- util/{format_source.sh => format-source.sh} | 0 util/{full_clang_lint.sh => full-clang-lint.sh} | 0 util/{iterate_fio_jobs.sh => iterate-fio-jobs.sh} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename util/{format_source.sh => format-source.sh} (100%) rename util/{full_clang_lint.sh => full-clang-lint.sh} (100%) rename util/{iterate_fio_jobs.sh => iterate-fio-jobs.sh} (100%) diff --git a/util/format_source.sh b/util/format-source.sh similarity index 100% rename from util/format_source.sh rename to util/format-source.sh diff --git a/util/full_clang_lint.sh b/util/full-clang-lint.sh similarity index 100% rename from util/full_clang_lint.sh rename to util/full-clang-lint.sh diff --git a/util/iterate_fio_jobs.sh b/util/iterate-fio-jobs.sh similarity index 100% rename from util/iterate_fio_jobs.sh rename to util/iterate-fio-jobs.sh From 3585ac81b707ae7cf64f5d3a69149a5c118c4043 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 14 Nov 2025 17:56:59 -0700 Subject: [PATCH 2/2] Fix formatter help line --- util/format-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/format-source.sh b/util/format-source.sh index 2a27c65b..1c4c35aa 100755 --- a/util/format-source.sh +++ b/util/format-source.sh @@ -17,7 +17,7 @@ if [ $# -eq 1 ]; then fi echo "" -echo "bin/format_source " +echo "format-source " echo "" echo "Format the C and C++ source using clang-format. The " echo "parameter is optional and can be used to force a specific"