summaryrefslogtreecommitdiff
path: root/sbin/fdisk/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fdisk/user.c')
-rw-r--r--sbin/fdisk/user.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fdisk/user.c b/sbin/fdisk/user.c
index 7be29c73636..3727ae4988d 100644
--- a/sbin/fdisk/user.c
+++ b/sbin/fdisk/user.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: user.c,v 1.21 2003/06/11 06:22:12 deraadt Exp $ */
+/* $OpenBSD: user.c,v 1.22 2005/01/19 15:48:20 deraadt Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -53,6 +53,7 @@ static cmd_table_t cmd_table[] = {
{"flag", Xflag, "Flag given table entry as bootable"},
{"update", Xupdate, "Update machine code in loaded MBR"},
{"select", Xselect, "Select extended partition table entry MBR"},
+ {"swap", Xswap, "Swap two partition entries"},
{"print", Xprint, "Print loaded MBR partition table"},
{"write", Xwrite, "Write loaded MBR to disk"},
{"exit", Xexit, "Exit edit of current MBR, without saving changes"},