From 9161d1f360ad5d702f49982a26638d3a840eb92f Mon Sep 17 00:00:00 2001
From: ucart <ucart_groundstation@iastate.edu>
Date: Sun, 2 Apr 2017 00:45:22 -0500
Subject: [PATCH] modified the visual of getnodes

---
 groundStation/src/cli/cli_nodes.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/groundStation/src/cli/cli_nodes.c b/groundStation/src/cli/cli_nodes.c
index 64f910bbf..892be2e3d 100644
--- a/groundStation/src/cli/cli_nodes.c
+++ b/groundStation/src/cli/cli_nodes.c
@@ -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);
 		
-- 
GitLab