From e290f86fdb46b14b69463922284493119e74b4f8 Mon Sep 17 00:00:00 2001 From: Erik Marks Date: Thu, 25 Jan 2024 15:59:04 -0800 Subject: [PATCH] docs(cli): Quote special names in help output --- packages/cli/src/endo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/src/endo.js b/packages/cli/src/endo.js index 3c6595c9f1..6bffe07eac 100644 --- a/packages/cli/src/endo.js +++ b/packages/cli/src/endo.js @@ -41,7 +41,7 @@ export const main = async rawArgs => { .option('-b,--bundle ', 'Bundle for a web page (weblet)') .option( '-p,--powers ', - 'Endowment to give the weblet (a name, none, host, or endo)', + 'Endowment to give the weblet (a name, "none", "host", or "endo")', ) .action(async (webPageName, programPath, cmd) => { const { @@ -92,7 +92,7 @@ export const main = async rawArgs => { ) .option( '-p,--powers ', - 'Endowment to give the worklet (a name, none, host, or endo)', + 'Endowment to give the worklet (a name, "none", "host", or "endo")', ) .action(async (filePath, args, cmd) => { const {