mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-05 06:51:37 +00:00
docs(codex): replace stale app/list wording with app/installed (#115867)
This commit is contained in:
committed by
GitHub
parent
44d011380c
commit
bfb7ff189e
@@ -60,7 +60,7 @@ function addMigrationPluginOption(command: Command): Command {
|
||||
function addVerifyPluginAppsOption(command: Command): Command {
|
||||
return command.option(
|
||||
"--verify-plugin-apps",
|
||||
"Codex only: verify source plugin app accessibility with app/list before planning native plugin activation",
|
||||
"Codex only: verify source plugin app accessibility with app/installed before planning native plugin activation",
|
||||
false,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user