From ac397f2ec45a9fd0b4ac579c4dc027bdb37fa47b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 26 Sep 2015 11:07:50 -0700 Subject: 2208 --- 001help.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/001help.cc b/001help.cc index 0f1e32aa..0625639d 100644 --- a/001help.cc +++ b/001help.cc @@ -11,6 +11,11 @@ if (argc <= 1 || is_equal(argv[1], "--help")) { << " mu test\n" << "To load files and then run all tests:\n" << " mu test file1.mu file2.mu ...\n" + << "To load all files with a numeric prefix in a directory:\n" + << " mu directory1\n" + << "You can test directories just like files.\n" + << "To pass ingredients to a mu program, provide them after '--':\n" + << " mu file_or_dir1 file_or_dir2 ... -- ingredient1 ingredient2 ...\n" ; return 0; } -- cgit 1.4.1-2-gfad0