Changeset 60047 in vbox
- Timestamp:
- Mar 15, 2016 9:09:18 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106031
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCheckImports.cpp
r59404 r60047 291 291 static int usage(const char *argv0) 292 292 { 293 printf("usage: %s --image <image> [allowed-dll [..]]\n" );293 printf("usage: %s --image <image> [allowed-dll [..]]\n", argv0); 294 294 return RTEXITCODE_SUCCESS; 295 295 }
Note:
See TracChangeset
for help on using the changeset viewer.