X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.c;h=1d1ba0a1d24d31dbb0b75bc93b1d03f2f3ac818d;hb=f8fd749bce227816f75f87e592e78631bd786425;hp=208318d5fd3d349c855d746654ff2d875d53122c;hpb=15279357255dbcccab890a29c7ceecc144ba3e63;p=collection4.git diff --git a/src/main.c b/src/main.c index 208318d..1d1ba0a 100644 --- a/src/main.c +++ b/src/main.c @@ -37,7 +37,7 @@ static const action_t actions[] = { "graph", action_graph }, { "list_graphs", action_list_graphs }, { "search_json", action_search_json }, - { "show_graph", action_show_instance }, + { "show_instance", action_show_instance }, { "usage", action_usage } }; static const size_t actions_num = sizeof (actions) / sizeof (actions[0]);