We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a2e03 commit 5fb0786Copy full SHA for 5fb0786
kfc.c
@@ -186,7 +186,7 @@ main(int argc, char **argv) {
186
187
while ((cval = getopt(argc, argv, "rlLpvs:" )) != -1) {
188
switch (cval) {
189
- case 'v': puts("kfc 0.1.2"); break;
+ case 'v': puts("kfc 0.1.4"); break;
190
case 'L': mode = "light"; break;
191
case 'l': lflag++; break;
192
case 'r': rflag++; break;
0 commit comments