diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-05-30 22:26:18 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-05-30 22:26:18 +0200 |
| commit | b5cbd0bebd32a2f9cb934ce5533819f62bed2781 (patch) | |
| tree | 068ea384623f33e30d0f838a2229c7ad8b46da62 | |
| parent | 3ceedfd1e1cdb643d8a0bbbbdd58badc5cc3fae8 (diff) | |
| download | plan9front-b5cbd0bebd32a2f9cb934ce5533819f62bed2781.tar.xz | |
disk/fdisk: fix help text
| -rw-r--r-- | sys/src/cmd/disk/prep/fdisk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/cmd/disk/prep/fdisk.c b/sys/src/cmd/disk/prep/fdisk.c index 2ec44f2f4..da1d93913 100644 --- a/sys/src/cmd/disk/prep/fdisk.c +++ b/sys/src/cmd/disk/prep/fdisk.c @@ -836,9 +836,7 @@ cmdwrite(Edit *edit) 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* |
