ref: 03e0e443e23718bd7dc9268e884597c195044bf0
parent: a128d7f790d57107f3fbb95edc26c37356367a81
author: ruil2 <[email protected]>
date: Mon Mar 31 12:12:11 EDT 2014
fix typo
--- a/codec/console/enc/src/welsenc.cpp
+++ b/codec/console/enc/src/welsenc.cpp
@@ -422,7 +422,7 @@
if (!strcmp (pCommand, "-bf") && (n < argc))
sFileSet.strBsFile.assign (argv[n++]);
- else if (!strcmp (pCommand, "utype") && (n < argc))
+ else if (!strcmp (pCommand, "-utype") && (n < argc))
pSvcParam.iUsageType = (EUsageType)atoi (argv[n++]);
else if (!strcmp (pCommand, "-org") && (n < argc))