From e6817778dbceb1b4fe88499953338e8c15aff9eb Mon Sep 17 00:00:00 2001 From: kozbial Date: Tue, 20 Jul 2021 18:16:37 -0700 Subject: [PATCH] fix formatting and help --- scripts/goog_module/convert-file.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/goog_module/convert-file.sh b/scripts/goog_module/convert-file.sh index 7a440b8b9..79ceeed42 100755 --- a/scripts/goog_module/convert-file.sh +++ b/scripts/goog_module/convert-file.sh @@ -141,7 +141,6 @@ step2 () { npm run build:deps success "Completed automation for step 3. Please manually review and add exports for non-private top-level functions." - } ####################################### # Runs step 3 of the automated conversion. @@ -285,7 +284,7 @@ function help { echo " 3. Rewrite goog.requires statements and add missing requires (often skipped for simple files)" echo " 4. Run clang-format on the whole file" echo "" - echo "Usage: $0 [-h|-c |-s |-f] " + echo "Usage: $0 [-h|-c |-s ] " echo " -h Display help" echo " -c Create a commit for the specified step [2-4]" echo " -s Run the specified step [1-4]"