diff options
Diffstat (limited to 'cli/src/cli-rl.c')
| -rw-r--r-- | cli/src/cli-rl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/src/cli-rl.c b/cli/src/cli-rl.c index cc327c0b3f5..6255929e6d2 100644 --- a/cli/src/cli-rl.c +++ b/cli/src/cli-rl.c @@ -346,6 +346,9 @@ cli_rl_input(void *_data) state = _data; + fprintf(stderr, + "Welcome to gluster prompt, type 'help' to see the available " + "commands.\n"); for (;;) { line = readline(state->prompt); if (!line) |
