From 7168c804074b4d53adeec0afc6f5646a4f985990 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Tue, 12 Dec 2023 17:29:06 +1100
Subject: [PATCH] typo fix

---
 doc/enable.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/enable.md b/doc/enable.md
index 2e403044..3399cc86 100644
--- a/doc/enable.md
+++ b/doc/enable.md
@@ -14,7 +14,7 @@ This command enables one or more services within a specified *tree* depending of
 ## Interface
 
 ```
-enable [ -h ] [ -S ] service(s)
+enable [ -h ] [ -S ] service...
 ```
 
 This command will also parse the service if it was never parsed. The *service* will then be available in the given *tree* for the next boot depending on the state of the *tree*. The targeted service(s) can also be started on the fly when enabling it with the **-S** option.
-- 
GitLab