diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-17 15:38:39 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-17 15:38:39 -0800 |
| commit | 4313d8f398e12093b866fa8029b712c86f1bc127 (patch) | |
| tree | 4bac972e0054e4329ecc32d0bad6b79cc8ca8bd9 /toolsrc/include | |
| parent | 02eeb834b1b62957191f3ff8b318af0837e3fd96 (diff) | |
| download | vcpkg-4313d8f398e12093b866fa8029b712c86f1bc127.tar.gz vcpkg-4313d8f398e12093b866fa8029b712c86f1bc127.zip | |
`owns`: check for --options
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Commands.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index 7956cdab8..907190bfc 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -79,17 +79,17 @@ namespace vcpkg::Commands void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths); } - namespace Import + namespace Owns { void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths); } - namespace Owns + namespace Cache { void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths); } - namespace Cache + namespace Import { void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths); } |
