Corrected usage text for pack function

This commit is contained in:
2017-04-21 17:20:16 +02:00
parent ff777ad695
commit a6c5400db2

View File

@@ -580,12 +580,9 @@ def pack(
def create_argparse(): def create_argparse():
import argparse import argparse
usage_text = ( parser = argparse.ArgumentParser(
"Run this script to extract blend-files(s) to a destination path:" + description="Run this script to extract blend-files(s) and their dependencies "
os.path.basename(__file__) + "to a destination path.")
"--input=FILE --output=FILE [options]")
parser = argparse.ArgumentParser(description=usage_text)
# for main_render() only, but validate args. # for main_render() only, but validate args.
parser.add_argument( parser.add_argument(