From 4c6a84b8fd2f7442c77d3122010d643ba1721ada Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 26 May 2023 17:41:26 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- Viewer/features/cli.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Viewer/features/cli.js b/Viewer/features/cli.js index e94c7f1c..956d7680 100755 --- a/Viewer/features/cli.js +++ b/Viewer/features/cli.js @@ -455,9 +455,9 @@ var CLIActions = actions.Actions({ // this be a problem??? // ...if not, add a note... // XXX should we support creating multiple indexes at the same time??? - // XXX this is reletively generic, might be useful globally... + // XXX this is relatively generic, might be useful globally... // XXX should we use a clean index or do this in-place??? - // XXX add ability to disable sort... + // XXX add ability to disable sort... (???) cliInitIndex: ['- System/CLI/make index', core.doc` @@ -484,7 +484,6 @@ var CLIActions = actions.Actions({ {cli: { name: '@init', arg: 'PATH', - //valueRequired: true, }}, function(path, options){ this.setupFeatures()