diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index a570d3519..14f2e2859 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -571,6 +571,13 @@ | |||
571 | #define fdflush_full_usage \ | 571 | #define fdflush_full_usage \ |
572 | "Forces floppy disk drive to detect disk change" | 572 | "Forces floppy disk drive to detect disk change" |
573 | 573 | ||
574 | #define fdformat_trivial_usage \ | ||
575 | "[-n] DEVICE" | ||
576 | #define fdformat_full_usage \ | ||
577 | "Low-level formats a floppy disk\n\n" \ | ||
578 | "Options:\n" \ | ||
579 | "\t-n\tDon't verify after format" | ||
580 | |||
574 | #define fdisk_trivial_usage \ | 581 | #define fdisk_trivial_usage \ |
575 | "[-l] [-v] [-b SSZ] [-u] DISK" | 582 | "[-l] [-v] [-b SSZ] [-u] DISK" |
576 | #define fdisk_full_usage \ | 583 | #define fdisk_full_usage \ |