diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/usage.h | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h index 21fb2afe6..6db0385fb 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -338,17 +338,25 @@ | |||
| 338 | #define deluser_full_usage \ | 338 | #define deluser_full_usage \ |
| 339 | "Deletes user USER from the system" | 339 | "Deletes user USER from the system" |
| 340 | 340 | ||
| 341 | #ifdef CONFIG_DEVFSD_FG_NP | ||
| 342 | #define USAGE_DEVFSD_FG_NP(a) a | ||
| 343 | #else | ||
| 344 | #define USAGE_DEVFSD_FG_NP(a) | ||
| 345 | #endif | ||
| 346 | |||
| 341 | #define devfsd_trivial_usage \ | 347 | #define devfsd_trivial_usage \ |
| 342 | "mntpnt [-v] [-fg] [-np]" | 348 | "mntpnt [-v]"\ |
| 349 | USAGE_DEVFSD_FG_NP("[-fg][-np]" ) | ||
| 343 | #define devfsd_full_usage \ | 350 | #define devfsd_full_usage \ |
| 344 | "Optional daemon for managing devfs (the Linux Device Filesystem).\n" \ | 351 | "Optional daemon for managing devfs (the Linux Device Filesystem).\n" \ |
| 345 | "\nOptions:\n" \ | 352 | "\nOptions:\n" \ |
| 346 | "\tmntpnt\tThe mount point where devfs is mounted.\n\n" \ | 353 | "\tmntpnt\tThe mount point where devfs is mounted.\n\n" \ |
| 347 | "\t-v\tPrint the protocol version numbers for devfsd\n" \ | 354 | "\t-v\tPrint the protocol version numbers for devfsd\n" \ |
| 348 | "\t\tand the kernel-side protocol version and exits.\n" \ | 355 | "\t\tand the kernel-side protocol version and exits." \ |
| 349 | "\t-fg\tRun the daemon in the foreground.\n\n" \ | 356 | USAGE_DEVFSD_FG_NP( "\n\n\t-fg\tRun the daemon in the foreground.\n\n" \ |
| 350 | "\t-np\tExit after parsing the configuration file and processing syn-\n" \ | 357 | "\t-np\tExit after parsing the configuration file\n" \ |
| 351 | "\t\tthetic REGISTER events. Do not poll for events." | 358 | "\t\tand processing synthetic REGISTER events.\n" \ |
| 359 | "\t\tDo not poll for events.") | ||
| 352 | 360 | ||
| 353 | #ifdef CONFIG_FEATURE_HUMAN_READABLE | 361 | #ifdef CONFIG_FEATURE_HUMAN_READABLE |
| 354 | #define USAGE_HUMAN_READABLE(a) a | 362 | #define USAGE_HUMAN_READABLE(a) a |
