summaryrefslogtreecommitdiff
path: root/mat
diff options
context:
space:
mode:
Diffstat (limited to 'mat')
-rwxr-xr-xmat11
1 files changed, 10 insertions, 1 deletions
diff --git a/mat b/mat
index 6ec0fe8..256b232 100755
--- a/mat
+++ b/mat
@@ -262,7 +262,16 @@ sub cmd_randweek {
}
sub cmd_help() {
- print "Help yet to be implemented\n";
+ print "help\n";
+ print "addrecipe\n";
+ print "editrecipe <recipe_id>\n";
+ print "movemeal <source_date> <destination_date>\n";
+ print "setmeal <date> <meal_id>\n";
+ print "setstate <date> <idea|sourced|frozen|ready>\n";
+ print "randmeal <date>\n";
+ print "showplan [date]\n";
+ print "postpone <date> <gap>\n";
+ print "shoppinglist <days_to_shop_for>\n";
}
sub interactive_edit_recipe_ingredients {