Skip to content

Commit 261890a

Browse files
author
H. Peter Anvin
committed
Fix silly typo
1 parent 0f9a679 commit 261890a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rdmsr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int main(int argc, char *argv[])
109109
case 'h':
110110
usage();
111111
exit(0);
112-
case 'v':
112+
case 'V':
113113
fprintf(stderr, "%s: version %s\n", program, VERSION_STRING);
114114
exit(0);
115115
case 'x':

wrmsr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ int main(int argc, char *argv[])
6565
case 'h':
6666
usage();
6767
exit(0);
68-
case 'v':
68+
case 'V':
6969
fprintf(stderr, "%s: version %s\n", program, VERSION_STRING);
7070
exit(0);
7171
case 'p':

0 commit comments

Comments
 (0)