diff --git a/Rez/Rez.cc b/Rez/Rez.cc index 2b123bd3ec..d186c3a6ee 100644 --- a/Rez/Rez.cc +++ b/Rez/Rez.cc @@ -79,7 +79,9 @@ int main(int argc, const char *argv[]) po::notify(options); - if(options.count("help") || (!options.count("input") && !options.count("copy"))) + if(options.count("help") + || (!options.count("input") && !options.count("copy") + && !options.count("output"))) { usage(); return 0;