1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-11 02:30:39 +00:00

Clarified help strings and README

This commit is contained in:
Dave Kliczbor
2018-11-25 00:32:23 +01:00
parent 3aae5954f2
commit 9b41a0f8b8
2 changed files with 10 additions and 3 deletions

View File

@ -27,7 +27,7 @@ def parse_arguments(args=None):
parser.add_argument("--target", "-t", dest="target", default=None,
help="Target directory containing C header files OR one C header file")
parser.add_argument("--nostoremini", "-m", action="store_false", dest="storemini",
help="Do not store intermediate minified (but not gzipped) files next to the originals")
help="Do not store intermediate minified files next to the originals (i.e. only write to the C header files)")
args = parser.parse_args(args)
if not args.auto and (not args.sources or not args.target):
print("ERROR: You need to specify either --auto or both --source and --target\n")