Change vcpkg build_external to vcpkg build-external

This commit is contained in:
Alexander Karatarakis 2017-04-05 14:21:11 -07:00
parent 84ed167439
commit 7dbc893163

View File

@ -11,7 +11,7 @@ namespace vcpkg::Commands
{"remove", &Remove::perform_and_exit},
{"build", &Build::perform_and_exit},
{"env", &Env::perform_and_exit},
{"build_external", &BuildExternal::perform_and_exit}
{"build-external", &BuildExternal::perform_and_exit}
};
return t;
}