This commit is contained in:
NaixSpirit
2015-05-12 11:23:28 +08:00
parent 06d4baff0a
commit c50f4458ae

View File

@@ -134,7 +134,7 @@ module FIR
def check_scheme scheme_name
if scheme_name.blank?
logger.error "Must provide a scheme by `-s` option when build a workspace"
logger.error "Must provide a scheme by `-S` option when build a workspace"
exit 1
end
end