scripts: build_packages: Revise help text
- Change some instances of "Chrome OS" to "ChromiumOS".
- Fix a confusing use of "cli".
- Remove deprecated flag recommendations. In the future, we should
consider just making a "--fast" flag for ergonomics.
BUG=b:284368354
TEST=build_packages --help
Change-Id: I573086ca29b05d62b34993198672ef1b4f997dfe
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/4569763
Reviewed-by: Sergey Frolov <sfrolov@google.com>
Auto-Submit: Jack Rosenthal <jrosenth@chromium.org>
Commit-Queue: Sergey Frolov <sfrolov@google.com>
Tested-by: Jack Rosenthal <jrosenth@chromium.org>
diff --git a/scripts/build_packages.py b/scripts/build_packages.py
index 2c794ac..69edb30 100644
--- a/scripts/build_packages.py
+++ b/scripts/build_packages.py
@@ -2,17 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"""build_packages updates the set of binary packages needed by Chrome OS.
+"""build_packages updates the set of binary packages needed by ChromiumOS.
The build_packages process cross compiles all packages that have been
updated into the given sysroot and builds binary packages as a side-effect.
The output packages will be used by the build_image script to create a
-bootable Chrome OS image.
+bootable ChromiumOS image.
-If packages are specified in cli, only build those specific packages and any
-dependencies they might need.
-
-For the fastest builds, use --nowithautotest --noworkon.
+If packages are specified in the command line, only build those specific
+packages and any dependencies they might need.
"""
import argparse