Skip to content

Commit 4eac3ce

Browse files
PR reviews
1 parent e721f9a commit 4eac3ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ program.command('licensing-client-logs')
156156
});
157157

158158
program.command('licensing-audit-logs')
159-
.description('Prints the Unity Licensing Client audit log.')
159+
.description('Prints the path to the Unity Licensing Client audit log file.')
160160
.action(async () => {
161161
process.stdout.write(`${LicensingClient.ClientAuditLogPath()}\n`);
162162
process.exit(0);

0 commit comments

Comments
 (0)