diff options
Diffstat (limited to 'sbin/dump/optr.c')
-rw-r--r-- | sbin/dump/optr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 53b5741..a28d522 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -371,9 +371,9 @@ lastdump(int arg) /* w ==> just what to do; W ==> most recent dumps */ qsort((char *) ddatev, nddates, sizeof(struct dumpdates *), datesort); if (arg == 'w') - (void) printf("Dump these filesystems:\n"); + (void) printf("Dump these file systems:\n"); else - (void) printf("Last dump(s) done (Dump '>' filesystems):\n"); + (void) printf("Last dump(s) done (Dump '>' file systems):\n"); lastname = "??"; ITITERATE(i, dtwalk) { if (strncmp(lastname, dtwalk->dd_name, |