Skip to content
Snippets Groups Projects
Commit 9161d1f3 authored by ucart's avatar ucart
Browse files

modified the visual of getnodes

parent d4af7cdb
No related branches found
No related tags found
No related merge requests found
......@@ -39,11 +39,11 @@ int cli_getnodes(struct backend_conn * conn, int argc, char ** argv) {
return 1;
}
printf("--------------------------------------------------------------------------------------------------------------\n");
printf("----------------------------------------------------------------------------------------------------\n");
printf("The following %lu Nodes have been found:\n", num_nodes);
printf("--------------------------------------------------------------------------------------------------------------\n");
printf("----------------------------------------------------------------------------------------------------\n");
printf(" BLOCK\tTYPE\tNAME\t\tINPUTS\t\tPARAMS\t\tOUTPUTS\n");
printf("--------------------------------------------------------------------------------------------------------------\n");
printf("----------------------------------------------------------------------------------------------------\n");
for(i = 0; i < num_nodes; ++i) {
printf(" %3d\t%3d\t%s\t", node_data[i].block, node_data[i].type, node_data[i].name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment