From d193e1fd12f426503ffabdc5b8926b23c14835d4 Mon Sep 17 00:00:00 2001 From: glubsy Date: Fri, 24 Jul 2020 03:50:08 +0200 Subject: [PATCH] Fix typo in error message --- package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.py b/package.py index d66eedda..aa876b36 100644 --- a/package.py +++ b/package.py @@ -50,7 +50,7 @@ def copy_files_to_package(destpath, packages, with_so): return # include help files if they are built otherwise exit as they should be included? if not op.exists("build/help"): - print("Help files are missing. Have you run \"build.py --help\"? Exiting...") + print("Help files are missing. Have you run \"build.py --doc\"? Exiting...") return shutil.copytree(op.join("build", "help"), op.join(destpath, "help")) shutil.copytree(op.join("build", "locale"), op.join(destpath, "locale")) @@ -165,7 +165,7 @@ def package_windows(): return # include help files if they are built otherwise exit as they should be included? if not op.exists("build/help"): - print("Help files are missing. Have you run \"build.py --help\"? Exiting...") + print("Help files are missing. Have you run \"build.py --doc\"? Exiting...") return # create version information file from template try: