diff --git a/src/commands/fix-keys.ts b/src/commands/fix-certs.ts similarity index 93% rename from src/commands/fix-keys.ts rename to src/commands/fix-certs.ts index 2c3a59f..6f614ae 100644 --- a/src/commands/fix-keys.ts +++ b/src/commands/fix-certs.ts @@ -5,8 +5,8 @@ import { KeyInfo, MacSigner, readKeysConfRecursive, readMacPermissionsRecursive, import { withSpinner } from '../util/cli' import { withTempDir } from '../util/fs' -export default class FixKeys extends Command { - static description = 'fix SELinux presigned app keys' +export default class FixCerts extends Command { + static description = 'fix SELinux presigned app certificates' static flags = { help: flags.help({char: 'h'}), @@ -18,7 +18,7 @@ export default class FixKeys extends Command { } async run() { - let {flags: {sepolicy: sepolicyDirs, device, buildId, stockSrc, useTemp}} = this.parse(FixKeys) + let {flags: {sepolicy: sepolicyDirs, device, buildId, stockSrc, useTemp}} = this.parse(FixCerts) await withTempDir(async (tmp) => { // Prepare stock system source