From 8decac1602da8366c95c9f4e3ab4b19b2088ddbd Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Sun, 21 May 2023 21:06:32 +1100
Subject: [PATCH] typo fix

---
 src/66/66-oneshot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/66/66-oneshot.c b/src/66/66-oneshot.c
index 87b5feab..df6f3b46 100644
--- a/src/66/66-oneshot.c
+++ b/src/66/66-oneshot.c
@@ -28,7 +28,7 @@
 #include <66/service.h>
 #include <66/resolve.h>
 
-#define USAGE "66-oneshot [ -h ] [ -v verbosity ] up|down /var/lib/66/system/<tree>/servicedirs/svc/<service>"
+#define USAGE "66-oneshot [ -h ] [ -v verbosity ] up|down /var/lib/66/system/service/svc/<service>"
 
 static inline void help_oneshot (void)
 {
-- 
GitLab