- Timestamp:
- Dec 1, 2007, 6:57:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/img2txt.c
r2106 r2107 127 127 { "version", 0, NULL, 'v' }, 128 128 }; 129 int c = mygetopt(argc, argv, "W:H:f:d:g:b:c:h :v:x:y:", long_options, &option_index);129 int c = mygetopt(argc, argv, "W:H:f:d:g:b:c:hvx:y:", long_options, &option_index); 130 130 if(c == -1) 131 131 break;
Note: See TracChangeset
for help on using the changeset viewer.