summaryrefslogtreecommitdiff
path: root/staging/cli.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-21 14:52:28 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-21 14:54:44 +0200
commit30652436efbaacfcbb9a507c23502b9d07a596de (patch)
tree2f6d6689b230552b2689c9f835f36cc78a289e12 /staging/cli.c
parent96c7189548e13f0bbcdbf43811a5df1465c4e6d3 (diff)
mausezahn: do not show version in prompt
Do not show the old mausezahn version in the prompt, since we use a different versioning scheme. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'staging/cli.c')
-rw-r--r--staging/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/cli.c b/staging/cli.c
index b74d688..409b2ec 100644
--- a/staging/cli.c
+++ b/staging/cli.c
@@ -211,7 +211,7 @@ int cli()
gcli = cli;
// Set the hostname (shown in the the prompt)
- cli_set_hostname(cli, MZ_PROMPT);
+ cli_set_hostname(cli, "mz");
// Set the greeting
cli_set_banner(cli, "mausezahn " VERSION_STRING);