diff --git a/README.md b/README.md index f730505..35319b1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ make install ## CLI arguments ```txt -usage: forge [-h] [-v] [-hr] [-s=SCREEN] [-m=SCREEN] [-mo] [-f=DIR_PATH] [-fc=CFG_PATH] [-is=SIZE] [-mf=FACTOR] [-t=TEMPO] [--demo] [-w] +usage: forge [-h] [-v] [-hr] [-s=SCREEN] [-m=SCREEN] [-mo] [-f=DIR_PATH] [-c=CFG_PATH] [-is=SIZE] [-v=FILE] [-vs=SIZE] [-t=TEMPO] [--demo] [-w] Fusion Of Real-time Generative Effects. @@ -64,9 +64,10 @@ options: -m, --monitor monitor screen number (default: none) -mo, --monitor-only no output screen -f, --frag fragment shaders directory (default: TODO) - -fc, --frag-config fragment shaders config file (default: TODO) + -c, --config fragment shaders config file (default: TODO) -is, --internal-size internal texture height (default: 720) - -mf, --monitor-factor monitor internal texture downscale factor (default: 3) + -v, --video-in path to video capture device (multiple allowed) + -vs, --video-size video capture desired height (default: internal texture height) -t, --tempo base tempo (default: 60) --demo demonstration mode -w, --windowed not fullscreen @@ -153,4 +154,7 @@ make -f Makefile.dev release-arch - [ ] Other - [ ] Update readme with usage documentation - [ ] Clone "shaders" and config in system path at setup - - [ ] Find and fix opengl errors 0500 ? \ No newline at end of file + - [ ] Find and fix opengl errors 0500 ? +- [ ] Bonus + - [ ] Record show as text files + - [ ] Play from record text file \ No newline at end of file diff --git a/src/args.c b/src/args.c index 8aeba60..2801341 100644 --- a/src/args.c +++ b/src/args.c @@ -39,7 +39,7 @@ static void print_help(int status_code) { " -m, --monitor monitor screen number (default: none)\n" " -mo, --monitor-only no output screen\n" " -f, --frag fragment shaders directory (default: TODO)\n" - " -c, --config fragment shaders config file (default: " + " -c, --config fragment shaders config file (default: " "TODO)\n" " -is, --internal-size internal texture height (default: 720)\n" " -v, --video-in path to video capture device (multiple "