summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2018-04-05 13:39:35 -0500
committerSteven Moreland2018-04-05 13:39:35 -0500
commit34f7405eb50da072ece33cd2ead8b14605930a2b (patch)
tree8296d5d6fc9144a0cf6031d6e4b0c0e4f1dd61de /assemble_vintf_main.cpp
parent1044fd17d5c33e173e060c6bfbb87758d80b4ec8 (diff)
downloadplatform-system-libvintf-34f7405eb50da072ece33cd2ead8b14605930a2b.tar.gz
platform-system-libvintf-34f7405eb50da072ece33cd2ead8b14605930a2b.tar.xz
platform-system-libvintf-34f7405eb50da072ece33cd2ead8b14605930a2b.zip
assemble_vintf: documentation -i can be duplicated
-i can be used multiple times, but this isn't documented. Bug: N/A Test: assemble_vintf -h Change-Id: I8ce9e64465d72d6d8d3e300b28fa6b1d2788c253
Diffstat (limited to 'assemble_vintf_main.cpp')
-rw-r--r--assemble_vintf_main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/assemble_vintf_main.cpp b/assemble_vintf_main.cpp
index 45e6dc2..75b62a8 100644
--- a/assemble_vintf_main.cpp
+++ b/assemble_vintf_main.cpp
@@ -34,7 +34,8 @@ void help() {
34 " A list of input files. Format is automatically detected for the\n" 34 " A list of input files. Format is automatically detected for the\n"
35 " first file, and the remaining files must have the same format.\n" 35 " first file, and the remaining files must have the same format.\n"
36 " Files other than the first file should only have <hal> defined;\n" 36 " Files other than the first file should only have <hal> defined;\n"
37 " other entries are ignored.\n" 37 " other entries are ignored. Argument may also be specified\n"
38 " multiple times.\n"
38 " -o <output file>\n" 39 " -o <output file>\n"
39 " Optional output file. If not specified, write to stdout.\n" 40 " Optional output file. If not specified, write to stdout.\n"
40 " -m\n" 41 " -m\n"