diff options
author | Roy Marples <roy@marples.name> | 2007-12-18 18:01:05 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-18 18:01:05 +0000 |
commit | 47887ac7c340639c9c6b7bf4379a1940f3e01b6c (patch) | |
tree | c5febe0cf89b4088aa5ce3b648b153cb85752a8b /src/_usage.h | |
parent | 437363a3449423173bc94746a122fbf3b4cf254c (diff) |
usage now requires a global applet var instead of a define, don't prefix describe output and use generic usage for runscript.
Diffstat (limited to 'src/_usage.h')
-rw-r--r-- | src/_usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_usage.h b/src/_usage.h index ba09255c..e4a5fa3b 100644 --- a/src/_usage.h +++ b/src/_usage.h @@ -34,7 +34,7 @@ { NULL, 0, NULL, 0 } #define longopts_help_COMMON \ - "Display this help output (duh)", \ + "Display this help output", \ "Disable color output", \ "Run verbosely", \ "Run quietly" |