diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 22:14:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 22:14:49 +0000 |
commit | 335816bc4cccccd568cf59ab761d77bb8f44681f (patch) | |
tree | dc46a0e6e9a36760f1c6b5b672bc9c3b43438c45 | |
parent | 43da9d19ef9ff17ada12ee6ece55b6af19559a43 (diff) |
Fix a silly typo
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 14f2e2859..d7de5e09e 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1585,7 +1585,7 @@ #define msvc_trivial_usage \ "-[udorspchaitkx] service" -#define msvc_full_usafe \ +#define msvc_full_usage \ "[option] service\n" \ "Where option is one of\n" \ "\t-u\tUp. If the service is not running, start it. If the service stops, restart it.\n" \ |