Update torus.c
This commit is contained in:
6
torus.c
6
torus.c
@@ -165,11 +165,7 @@ Options:\n\
|
|||||||
\n\
|
\n\
|
||||||
Examples:\n\
|
Examples:\n\
|
||||||
torus --help displays this help screen and exits\n\
|
torus --help displays this help screen and exits\n\
|
||||||
torus -f 1024 renders 1024 frames\n\
|
torus --dynamic -f 256 renders 256 frames with dynamic resolution enabled\n");
|
||||||
torus --frames 512 -d renders 512 frames with dynamic resolution enabled\n\
|
|
||||||
torus --dynamic -f 256 renders 256 frames with dynamic resolution enabled\n\
|
|
||||||
\n\
|
|
||||||
Copyright (c) 2021 Arkaprabha Chakraborty\n");
|
|
||||||
return 0;
|
return 0;
|
||||||
} else if ((strcmp(argv[i], "-f") == 0 ||
|
} else if ((strcmp(argv[i], "-f") == 0 ||
|
||||||
strcmp(argv[i], "--frames") == 0) &&
|
strcmp(argv[i], "--frames") == 0) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user