diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -474,6 +474,18 @@ false_usage_index | |||
474 | DO_COMMA | 474 | DO_COMMA |
475 | #endif | 475 | #endif |
476 | 476 | ||
477 | #if defined BB_FBSET | ||
478 | #if defined USAGE_ENUM | ||
479 | fbset_usage_index | ||
480 | #elif defined USAGE_MESSAGES | ||
481 | "fbset [options] [mode]" | ||
482 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
483 | "\n\nShows and modifies frame buffer device settings" | ||
484 | #endif | ||
485 | #endif | ||
486 | DO_COMMA | ||
487 | #endif | ||
488 | |||
477 | #if defined BB_FDFLUSH | 489 | #if defined BB_FDFLUSH |
478 | #if defined USAGE_ENUM | 490 | #if defined USAGE_ENUM |
479 | fdflush_usage_index | 491 | fdflush_usage_index |