Add warning about "nix" being experimental

This commit is contained in:
Eelco Dolstra 2016-03-04 15:54:41 +01:00
parent 7c9d7a253c
commit ce113c32d2

View file

@ -16,6 +16,7 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
{
mkFlag('h', "help", "show usage information", [=]() {
printHelp(programName, std::cout);
std::cout << "\nNote: this program is EXPERIMENTAL and subject to change.\n";
throw Exit();
});