From 335816bc4cccccd568cf59ab761d77bb8f44681f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 14 Jul 2003 22:14:49 +0000 Subject: [PATCH] Fix a silly typo --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \