diff options
| -rw-r--r-- | cli/ManifestBuilder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ManifestBuilder.cc b/cli/ManifestBuilder.cc index d58f211..359a974 100644 --- a/cli/ManifestBuilder.cc +++ b/cli/ManifestBuilder.cc @@ -12,7 +12,7 @@ static bool kDryRun = false; int main(int argc, char** argv) { if (argc <= 1) - return -1; + return 1; for (size_t index = 1; index < argc; ++index) { |
