diff options
Diffstat (limited to 'usr.sbin/sysinstall/tape.c')
| -rw-r--r-- | usr.sbin/sysinstall/tape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tape.c b/usr.sbin/sysinstall/tape.c index 31c99dd3c80d..94bb6eace1ed 100644 --- a/usr.sbin/sysinstall/tape.c +++ b/usr.sbin/sysinstall/tape.c @@ -65,7 +65,7 @@ mediaInitTape(Device *dev) return FALSE; } /* We know the tape is already in the drive, so go for it */ - msgNotify("Attempting to extract from %s...", dev->description); + msgNotify("Extracting distributions from %s...", dev->description); if (!strcmp(dev->name, "rft0")) i = vsystem("ft | cpio -idum %s --block-size %s", cpioVerbosity(), mediaTapeBlocksize()); else |
