mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
fdisk: Bump deprecated version in warning message as well
Fixes: f817f6e7f4 ("fdisk: Bump removal to FreeBSD 16.0")
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5e85f383da
commit
739750ae7c
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ main(int argc, char *argv[])
|
|||
struct dos_partition *partp;
|
||||
|
||||
fprintf(stderr,
|
||||
"WARNING: fdisk is deprecated and is not available in FreeBSD 15 or later.\n"
|
||||
"WARNING: fdisk is deprecated and is not available in FreeBSD 16 or later.\n"
|
||||
"Please use gpart instead.\n\n");
|
||||
|
||||
while ((c = getopt(argc, argv, "BIab:f:ipqstuv1234")) != -1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue