Skip to content

Commit

Permalink
cli: fix welcome message
Browse files Browse the repository at this point in the history
It is official, we're no longer boring.

Signed-off-by: Robin Jarry <[email protected]>
  • Loading branch information
rjarry committed Jun 24, 2024
1 parent 570efb4 commit 2df31f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/interact.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int interact(const struct gr_api_client *client, struct ec_node *cmdlist) {
goto end;
}

printf("Welcome to the boring router CLI.\n");
printf("Welcome to the graph router CLI.\n");
printf("Use ? for help and <tab> for command completion.\n");

// required for command completion in ec_editline_gets
Expand Down

0 comments on commit 2df31f4

Please sign in to comment.