Skip to content

Commit

Permalink
psh/route: fix routeInfo message
Browse files Browse the repository at this point in the history
change `psh_routeInfo` to display message appropriate to the command's functionality
  • Loading branch information
julianuziemblo committed Sep 20, 2024
1 parent 4474312 commit bc9891c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psh/route/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void psh_routeUsage(void)

static void psh_routeInfo(void)
{
printf("prints the name of current working directory");
printf("show and manipulate the IP routing table");
}


Expand Down

0 comments on commit bc9891c

Please sign in to comment.