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:
Ed Maste 2025-10-24 11:10:42 -04:00
parent 5e85f383da
commit 739750ae7c

View file

@ -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)