Changeset 37099 in vbox
- Timestamp:
- May 16, 2011 10:54:30 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r37098 r37099 300 300 /* suppress the logo */ 301 301 fShowLogo = false; 302 iCmd++; 303 } 304 else if ( !strcmp(argv[i], "--detailprogress") 305 || !strcmp(argv[i], "-d")) 306 { 307 /* detailed progress report */ 308 g_fDetailedProgress = true; 302 309 iCmd++; 303 310 }
Note:
See TracChangeset
for help on using the changeset viewer.

