summaryrefslogtreecommitdiff
path: root/staging
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-26 16:14:53 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-26 16:14:53 +0200
commitfdc91f5d80667e87571d7c9834c1ef1b759c84ef (patch)
tree37487220509dc4f42117f7173511241adb126595 /staging
parent57d26d314a8d8ff5170c249aebcb52a2041095c5 (diff)
mausezahn: show long version on cli
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'staging')
-rw-r--r--staging/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/cli.c b/staging/cli.c
index 409b2ec..0e22640 100644
--- a/staging/cli.c
+++ b/staging/cli.c
@@ -214,7 +214,7 @@ int cli()
cli_set_hostname(cli, "mz");
// Set the greeting
- cli_set_banner(cli, "mausezahn " VERSION_STRING);
+ cli_set_banner(cli, "mausezahn " VERSION_LONG);
// Enable usernames and passwords
cli_allow_user(cli, mz_username, mz_password);