mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user