Code

sysdb: Simplified prompt used for continuation lines.
authorSebastian Harl <sh@tokkee.org>
Sat, 17 Jan 2015 00:22:34 +0000 (01:22 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 17 Jan 2015 00:22:34 +0000 (01:22 +0100)
src/tools/sysdb/input.c

index b6603c08ed86aef9aa7aa5ac956634f4aafd888f..a1e7b714b689a85e946587624948a6d237eef78c 100644 (file)
@@ -160,7 +160,7 @@ input_readline(void)
        }
 
        if (sysdb_input->have_input)
-               prompt = "sysdb-> ";
+               prompt = "     -> ";
        if (sdb_client_eof(sysdb_input->client))
                prompt = "!-> ";