forked from openkylin/platform_build
Merge "Correct usage message for build_image.py"
am: d63ec28
* commit 'd63ec28bcfa69692b15b76510eb3f74372e10d3f':
Correct usage message for build_image.py
Change-Id: I338b5b675a6bcac87b02f78d448896195f2b6eb7
This commit is contained in:
commit
334a4185a5
|
@ -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