summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-03-09 15:12:01 +0000
committerOlivier Blin <oblin@mandriva.org>2005-03-09 15:12:01 +0000
commite4b00449f014c0e2000e360114634a24bde6899d (patch)
tree6ae87bd1c53cbe297e2e75a2b23536c325a07a9e /mdk-stage1/stage1.c
parent3b84f12383e0c7483ff5d700f3a18d362d1248b2 (diff)
downloaddrakx-e4b00449f014c0e2000e360114634a24bde6899d.tar
drakx-e4b00449f014c0e2000e360114634a24bde6899d.tar.gz
drakx-e4b00449f014c0e2000e360114634a24bde6899d.tar.bz2
drakx-e4b00449f014c0e2000e360114634a24bde6899d.tar.xz
drakx-e4b00449f014c0e2000e360114634a24bde6899d.zip
expert mode is dead
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index 55fb7160c..d6364c6a0 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -193,7 +193,7 @@ static void spawn_interactive(void)
perror("could not set new controlling tty");
fif_out = open(interactive_fifo, O_WRONLY);
- printf("Please enter your command (availables: [+,-] [rescue,expert]).\n");
+ printf("Please enter your command (availables: [+,-] [rescue]).\n");
while (1) {
char s[50];