diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ | |||
347 | "Erik\nis\ncool\n" | 347 | "Erik\nis\ncool\n" |
348 | 348 | ||
349 | #define env_trivial_usage \ | 349 | #define env_trivial_usage \ |
350 | "[-] [-iu] [name=value ...] [command]" | 350 | "[-iu] [-] [name=value]... [command]" |
351 | #define env_full_usage \ | 351 | #define env_full_usage \ |
352 | "Prints the current environment or runs a program after setting\n" \ | 352 | "Prints the current environment or runs a program after setting\n" \ |
353 | "up the specified environment.\n\n" \ | 353 | "up the specified environment.\n\n" \ |