forked from openkylin/platform_build
Correct usage message for build_image.py
target_out_dir is now a required argument. Include this in the usage message. Change-Id: If77d94ec5350b2c737d1dd1df28a51167b173058
This commit is contained in:
parent
de005f0c85
commit
885dbb5111
|
@ -15,9 +15,9 @@
|
|||
# limitations under the License.
|
||||
|
||||
"""
|
||||
Build image output_image_file from input_directory and properties_file.
|
||||
Build image output_image_file from input_directory, properties_file, and target_out_dir
|
||||
|
||||
Usage: build_image input_directory properties_file output_image_file
|
||||
Usage: build_image input_directory properties_file output_image_file target_out_dir
|
||||
|
||||
"""
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue