summaryrefslogtreecommitdiffstats
path: root/src/food.c
diff options
context:
space:
mode:
authorAnastasios Grammenos <anastasios.grammenos@noris.gr>2022-10-23 21:05:57 +0300
committerAnastasios Grammenos <anastasios.grammenos@noris.gr>2022-10-23 21:05:57 +0300
commit51d16373fbaa027e91f230a7423ebb1b2d339042 (patch)
tree9f088ae6544eb646c9c90e2323beeab9663e4360 /src/food.c
parent7c5af1b2768247984a08569b35e47ff927e70389 (diff)
downloadfoodtools-51d16373fbaa027e91f230a7423ebb1b2d339042.tar.gz
foodtools-51d16373fbaa027e91f230a7423ebb1b2d339042.tar.bz2
foodtools-51d16373fbaa027e91f230a7423ebb1b2d339042.zip
More
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 },