Corrected usage text for pack function
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user