diff options
author | Anastasios Grammenos <anastasios.grammenos@noris.gr> | 2022-10-23 21:05:57 +0300 |
---|---|---|
committer | Anastasios Grammenos <anastasios.grammenos@noris.gr> | 2022-10-23 21:05:57 +0300 |
commit | 51d16373fbaa027e91f230a7423ebb1b2d339042 (patch) | |
tree | 9f088ae6544eb646c9c90e2323beeab9663e4360 /src/food.c | |
parent | 7c5af1b2768247984a08569b35e47ff927e70389 (diff) | |
download | foodtools-51d16373fbaa027e91f230a7423ebb1b2d339042.tar.gz foodtools-51d16373fbaa027e91f230a7423ebb1b2d339042.tar.bz2 foodtools-51d16373fbaa027e91f230a7423ebb1b2d339042.zip |
More
Diffstat (limited to 'src/food.c')
-rw-r--r-- | src/food.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |