Skip to content

Commit d6aca36

Browse files
committed
Fix help text: serial must be 9 characters
1 parent 44d2c83 commit d6aca36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const mainArgs = [
2929
type: String,
3030
description: 'Search string to query for all known authorities and their corresponding IDs'
3131
},
32-
{ name: 'serial', alias: 's', type: String, description: 'The full serial number (8 characters)' },
32+
{ name: 'serial', alias: 's', type: String, description: 'The full serial number (9 characters)' },
3333
{ name: 'update', alias: 'u', type: Boolean, description: 'Update authority data' },
3434
{ name: 'version', alias: 'v', type: Boolean, description: 'Output the version string' }
3535
];

0 commit comments

Comments
 (0)