Changeset 34466 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Nov 29, 2010 3:00:56 PM (14 years ago)
- Location:
- trunk/src/VBox/Runtime/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/Makefile.kmk
r34464 r34466 33 33 RTManifest_SOURCES = RTManifest.cpp 34 34 35 BLDPROGS += bldRTManifest 36 bldRTManifest_TEMPLATE = VBoxAdvBldProg 37 bldRTManifest_SOURCES = RTManifest.cpp 38 35 39 # RTLdrFlt is similar to c++filt, except that it's for VMMR0.r0 stacks. 36 40 PROGRAMS += RTLdrFlt -
trunk/src/VBox/Runtime/tools/RTManifest.cpp
r34464 r34466 38 38 #include <iprt/message.h> 39 39 #include <iprt/path.h> 40 #include <iprt/process.h> 40 41 #include <iprt/stream.h> 41 42 #include <iprt/string.h> … … 361 362 362 363 case 'h': 363 RT MsgInfo("Usage: %s [--manifest <file>] [--chdir <dir>] [--attribute <attrib-name> [..]] <files>\n"364 365 366 367 , argv[0], argv[0]);364 RTPrintf("Usage: %s [--manifest <file>] [--chdir <dir>] [--attribute <attrib-name> [..]] <files>\n" 365 " or %s --verify [--manifest <file>] [--chdir <dir>]\n" 366 "\n" 367 "attrib-name: size, md5, sha1, sha256 or sha512\n" 368 , RTProcShortName(), RTProcShortName()); 368 369 return RTEXITCODE_SUCCESS; 369 370
Note:
See TracChangeset
for help on using the changeset viewer.