Skip to content

Commit 7b4f0f2

Browse files
committed
added version to linux command line tool
1 parent 1327b73 commit 7b4f0f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Linux/AT28CProgrammer/AT28CProgrammer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ int main (int argc, char **argv) {
169169
(filename == NULL && (operation == 'w' || operation == 'v') && singlebyte == false) ||
170170
(address == -1 && (operation == 'w' || operation == 'r') && singlebyte == true) ||
171171
(val == -1 && operation == 'w' && singlebyte == true)) {
172+
printf("AT28CProgrammer V.1.01\n");
172173
printf("use: AT28CProgrammer -d <device> -t <romtype> -o <operation> [-a <address>] [-b <byte>] [-f <filename>]\n");
173174
printf("\t-d: serial port\n");
174175
printf("\t-t AT28C64: eeprom type AT28C64\n");

0 commit comments

Comments
 (0)