We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e721f9a commit 4eac3ceCopy full SHA for 4eac3ce
1 file changed
src/cli.ts
@@ -156,7 +156,7 @@ program.command('licensing-client-logs')
156
});
157
158
program.command('licensing-audit-logs')
159
- .description('Prints the Unity Licensing Client audit log.')
+ .description('Prints the path to the Unity Licensing Client audit log file.')
160
.action(async () => {
161
process.stdout.write(`${LicensingClient.ClientAuditLogPath()}\n`);
162
process.exit(0);
0 commit comments