diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/usage.h b/include/usage.h index f1ae92316..d63498553 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -565,18 +565,12 @@ | |||
565 | "$ echo \"Erik\\nis\\ncool\"\n" \ | 565 | "$ echo \"Erik\\nis\\ncool\"\n" \ |
566 | "Erik\\nis\\ncool\n") | 566 | "Erik\\nis\\ncool\n") |
567 | 567 | ||
568 | #ifdef CONFIG_FEATURE_EJECT_LONG_OPTIONS | ||
569 | # define USAGE_EJECT_TRAYCLOSE ",trayclose" | ||
570 | #else | ||
571 | # define USAGE_EJECT_TRAYCLOSE "" | ||
572 | #endif | ||
573 | |||
574 | #define eject_trivial_usage \ | 568 | #define eject_trivial_usage \ |
575 | "[-t] [DEVICE]" | 569 | "[-t] [DEVICE]" |
576 | #define eject_full_usage \ | 570 | #define eject_full_usage \ |
577 | "Eject specified DEVICE (or default /dev/cdrom).\n\n" \ | 571 | "Eject specified DEVICE (or default /dev/cdrom).\n\n" \ |
578 | "Options:\n" \ | 572 | "Options:\n" \ |
579 | "\t-t" USAGE_EJECT_TRAYCLOSE "\tclose tray" | 573 | "\t-t\tclose tray" |
580 | 574 | ||
581 | #define env_trivial_usage \ | 575 | #define env_trivial_usage \ |
582 | "[-iu] [-] [name=value]... [command]" | 576 | "[-iu] [-] [name=value]... [command]" |