diff --git a/compile_single_file.py b/compile_single_file.py index 833e03ef6..9c9952146 100644 --- a/compile_single_file.py +++ b/compile_single_file.py @@ -40,7 +40,10 @@ def main(): required=True) parser.add_argument( '--build-dir', - help='The build directory, relative to the source directory.', + help='The build directory, relative to the source directory. Jumbo ' + 'builds aren\'t supported but you can create a non-jumbo build ' + 'config just for this script and keep using jumbo in your regular ' + 'builds.', required=True) options = parser.parse_args()