From d68e37a2be4be934ebc41d25db11a9ecfb0a6e33 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 14 Feb 2025 18:43:42 +0000 Subject: [PATCH] Fix quoting in help output --- bin/sokwedb-user-add.m4 | 4 ++-- bin/sokwedb-user-delete.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/sokwedb-user-add.m4 b/bin/sokwedb-user-add.m4 index 1356029..57ad9b8 100644 --- a/bin/sokwedb-user-add.m4 +++ b/bin/sokwedb-user-add.m4 @@ -44,8 +44,8 @@ echo ' adminuser The user to use to make the user' echo ' username The username to add' echo ' group The group in which to put the user' echo '' -echo 'The "adminuser" must be a user's admin role or a superuser, unless' -echo 'you are adding a user's admin role in which case it must be the' +echo "The \"adminuser\" must be a user's admin role or a superuser, unless" +echo "you are adding a user's admin role in which case it must be the" echo 'sokwedb admin role or a superuser. In any case the "adminuser"' echo 'must be a role that is never dropped.' } diff --git a/bin/sokwedb-user-delete.m4 b/bin/sokwedb-user-delete.m4 index 88f16dd..cb50134 100644 --- a/bin/sokwedb-user-delete.m4 +++ b/bin/sokwedb-user-delete.m4 @@ -37,8 +37,8 @@ echo ' --help Print this help' echo ' adminuser The user to use to delete the user' echo ' username The username to delete' echo '' -echo 'The "adminuser" must be a user's admin role or a superuser, unless' -echo 'you are deleting a user's admin role in which case it must be the' +echo "The \"adminuser\" must be a user's admin role or a superuser, unless" +echo "you are deleting a user's admin role in which case it must be the" echo 'sokwedb admin role or a superuser. In any case the "adminuser"' echo 'must be a role that is never dropped.' } -- 2.34.1