git: 9front

Download patch

ref: a0ebb0801fe0a8c7eb00018230571174afe914b4
parent: d1cb26abd3e786f38eb395fd8dc5da6f335ab0ff
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat May 30 18:26:18 EDT 2015

disk/fdisk: fix help text

--- a/sys/src/cmd/disk/prep/fdisk.c
+++ b/sys/src/cmd/disk/prep/fdisk.c
@@ -836,9 +836,7 @@
 
 static char *help = 
 	"A name - set partition active\n"
-	"P - print table in ctl format\n"
 	"R - restore disk back to initial configuration and exit\n"
-	"e - show empty dos partitions\n"
 	"t name [type] - set partition type\n";
 
 static char*
--