Code

Rename action: "show_graph" -> "show_instance".
[collection4.git] / src / main.c
index 208318d5fd3d349c855d746654ff2d875d53122c..1d1ba0a1d24d31dbb0b75bc93b1d03f2f3ac818d 100644 (file)
@@ -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]);