We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb6dcb commit 8e9b726Copy full SHA for 8e9b726
1 file changed
README.md
@@ -45,9 +45,9 @@ Use GPUVMEM:
45
46
Example: `./bin/gpuvmem options [ arguments ...]`
47
- -h --help Shows this
48
-- -X --blockSizeX Block X Size for Image (Needs to be pow of 2)\n");
49
-- -Y --blockSizeY Block Y Size for Image (Needs to be pow of 2)\n");
50
-- -V --blockSizeV Block Size for Visibilities (Needs to be pow of 2)\n");
+- -X --blockSizeX Block X Size for Image (Needs to be pow of 2)
+- -Y --blockSizeY Block Y Size for Image (Needs to be pow of 2)
+- -V --blockSizeV Block Size for Visibilities (Needs to be pow of 2)
51
- -i --input The name of the input file of visibilities(SQLite)
52
- -o --output The name of the output file of residual visibilities(SQLite)
53
- -d --inputdat The name of the input file of parameters
0 commit comments