summaryrefslogtreecommitdiffstats
path: root/src/food.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/food.c')
-rw-r--r--src/food.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/food.c b/src/food.c
index 95fde55..5c9730b 100644
--- a/src/food.c
+++ b/src/food.c
@@ -80,7 +80,7 @@ main(int argc, char * argv[])
{"to-html", no_argument, 0, 'w', "Format recipe to html", 0, 0 },
{"to-rcp", no_argument, 0, 'r', "Format recipe to rcp", 0, 0 },
{"list-ingredients", no_argument, 0, 'L', "List ingredients for matched recipes", 0, 0 },
- {"list", optional_argument, 0, 'l', "List matched recipes with optional FORMAT", "[FORMAT]", 0 },
+ {"list", optional_argument, 0, 'l', "List matched recipes with optional FORMAT {t,p,h,s}", "[FORMAT]", 0 },
{"search", required_argument, 0, 's', "Return recipes matching QUERY", "QUERY", "Filters" },
{"title", required_argument, 0, 't', "Return recipes matching TITLE", "TITLE", 0 },
{"strict", required_argument, 0, 'S', "Return recipes matching QUERY, exactly", "QUERY", 0 },