diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-28 01:07:40 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-28 01:07:40 +0000 |
commit | 3725cf6ae36bf10f894b3c8f9db496323c7ff9fc (patch) | |
tree | dbec507e001ef033949368d470752c9c69839279 /sbin/pdisk/pdisk.c | |
parent | 3d389b75bc6840c1eeee0481081b3156df324791 (diff) |
Tweak verbiage for 'r' (reorder) command.
Diffstat (limited to 'sbin/pdisk/pdisk.c')
-rw-r--r-- | sbin/pdisk/pdisk.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/pdisk/pdisk.c b/sbin/pdisk/pdisk.c index 27138e1a740..7075faad166 100644 --- a/sbin/pdisk/pdisk.c +++ b/sbin/pdisk/pdisk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdisk.c,v 1.76 2016/01/27 20:11:00 krw Exp $ */ +/* $OpenBSD: pdisk.c,v 1.77 2016/01/28 01:07:39 krw Exp $ */ /* * pdisk - an editor for Apple format partition tables @@ -166,7 +166,8 @@ edit(struct partition_map_header **mapp) " P show the partition map's data structures\n" " p print the partition map\n" " q quit editing\n" - " r reorder an entry in the partition map\n" + " r reorder (swap) disk positions of two " + "entries in the partition map\n" " s change the size of the partition map\n" " t change the type of a partition\n" " w write the partition map to disk\n"); |