aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 3677dff7a..568899b6d 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -521,6 +521,17 @@
521#define fdflush_full_usage \ 521#define fdflush_full_usage \
522 "Forces floppy disk drive to detect disk change" 522 "Forces floppy disk drive to detect disk change"
523 523
524#define fdisk_trivial_usage \
525 "[-l] [-v] [-b SSZ] [-u] DISK"
526#define fdisk_full_usage \
527 "Change partition table\n" \
528 "Options:\n" \
529 "-l List partition table(s)\n" \
530 "-u Give Start and End in sector (instead of cylinder) units\n" \
531 "-s PARTITION Give partition size(s) in blocks\n" \
532 "-b 2048: (for certain MO disks) use 2048-byte sectors\n" \
533 "-v Give fdisk version\n"
534
524#ifdef CONFIG_FEATURE_FIND_TYPE 535#ifdef CONFIG_FEATURE_FIND_TYPE
525 #define USAGE_FIND_TYPE(a) a 536 #define USAGE_FIND_TYPE(a) a
526#else 537#else