mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +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:
parent
a78af1ccdb
commit
0b3f09269a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75915
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user