diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-08-21 18:11:48 +0000 |
commit | 136be46680c6e4a18cc827da991d4f9a0de29cba (patch) | |
tree | b5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/clri/clri.c | |
parent | 9618da3e35435c433d8086d65af15f716ffe32ec (diff) | |
download | FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz |
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/clri/clri.c')
-rw-r--r-- | sbin/clri/clri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index a33726d..6f3995b 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -70,7 +70,7 @@ static int sblock_try[] = SBLOCKSEARCH; static void usage(void) { - (void)fprintf(stderr, "usage: clri filesystem inode ...\n"); + (void)fprintf(stderr, "usage: clri file system inode ...\n"); exit(1); } @@ -108,7 +108,7 @@ main(int argc, char *argv[]) break; } if (sblock_try[i] == -1) { - fprintf(stderr, "Cannot find filesystem\n"); + fprintf(stderr, "Cannot find file system\n"); exit(2); } bsize = sbp->fs_bsize; |