Changeset 34934 in vbox for trunk/src/VBox
- Timestamp:
- Dec 10, 2010 7:51:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r34927 r34934 829 829 { 830 830 if (pszPattern) 831 return errorSyntax(USAGE_VM_STATISTICS, "Multiple --pattern soptions is not permitted");831 return errorSyntax(USAGE_VM_STATISTICS, "Multiple --pattern options is not permitted"); 832 832 if (i + 1 >= a->argc) 833 833 return errorArgument("Missing argument to '%s'", a->argv[i]); … … 903 903 { 904 904 if (a->argc != 2) 905 return errorSyntax(USAGE_EXTPACK, "Incorrect parameters countfor \"extpack install\"");905 return errorSyntax(USAGE_EXTPACK, "Incorrect number of parameters for \"extpack install\""); 906 906 907 907 char szPath[RTPATH_MAX]; … … 949 949 } 950 950 if (!pszName) 951 return errorSyntax(USAGE_EXTPACK, "No textension pack name was given to \"extpack uninstall\"");951 return errorSyntax(USAGE_EXTPACK, "No extension pack name was given to \"extpack uninstall\""); 952 952 953 953 Bstr bstrName(pszName);
Note:
See TracChangeset
for help on using the changeset viewer.