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) | |
download | busybox-w32-335816bc4cccccd568cf59ab761d77bb8f44681f.tar.gz busybox-w32-335816bc4cccccd568cf59ab761d77bb8f44681f.tar.bz2 busybox-w32-335816bc4cccccd568cf59ab761d77bb8f44681f.zip |
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 @@ | |||
1585 | 1585 | ||
1586 | #define msvc_trivial_usage \ | 1586 | #define msvc_trivial_usage \ |
1587 | "-[udorspchaitkx] service" | 1587 | "-[udorspchaitkx] service" |
1588 | #define msvc_full_usafe \ | 1588 | #define msvc_full_usage \ |
1589 | "[option] service\n" \ | 1589 | "[option] service\n" \ |
1590 | "Where option is one of\n" \ | 1590 | "Where option is one of\n" \ |
1591 | "\t-u\tUp. If the service is not running, start it. If the service stops, restart it.\n" \ | 1591 | "\t-u\tUp. If the service is not running, start it. If the service stops, restart it.\n" \ |