diff options
| author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-12-21 15:40:11 +0000 |
|---|---|---|
| committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-12-21 15:40:11 +0000 |
| commit | c456b727db1c97e77dc61fd05ba93ce9260c6970 (patch) | |
| tree | c2bbf264bc237926ea8517247e1fe9aa482615d9 /sbin | |
| parent | 82bc2dfa328755a0e3aff03f455f3ef9b8938110 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/restore/tape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index 9ba2683f95b8..5da5c93affc5 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -322,7 +322,7 @@ again: "Unless you know which volume your", " file(s) are on you should start\n", "with the last volume and work", - " towards towards the first.\n"); + " towards the first.\n"); } else { fprintf(stderr, "You have read volumes"); strcpy(buf, ": "); |
