1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Say "add -r" rather than 'use -r' since the former is more correct.

The latter implies to many people that they use only -r, which is
incorrect.
This commit is contained in:
Warner Losh 2001-04-24 17:40:54 +00:00
parent a78af1ccdb
commit 0b3f09269a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75915
2 changed files with 2 additions and 4 deletions

View File

@ -504,8 +504,7 @@ l_perror(s)
case ESRCH:
warnx("%s: no disk label on disk;", s);
fprintf(stderr,
"use \"disklabel -r\" to install initial label\n");
fprintf(stderr, "add \"-r\" to install initial label\n");
break;
case EINVAL:

View File

@ -504,8 +504,7 @@ l_perror(s)
case ESRCH:
warnx("%s: no disk label on disk;", s);
fprintf(stderr,
"use \"disklabel -r\" to install initial label\n");
fprintf(stderr, "add \"-r\" to install initial label\n");
break;
case EINVAL: