andreped commited on
Commit
b6ebbc6
1 Parent(s): 252de51

Improved extension arg info [no ci]

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ livermask --input path-to-input --output path-to-output
48
  | `--cpu` | to disable the GPU (force computations on CPU only) |
49
  | `--verbose` | to enable verbose |
50
  | `--vessels` | to segment vessels |
51
- | `--extension` | of the output file (default: .nii) |
52
 
53
  ### Using code directly:
54
  If you wish to use the code directly (not as a CLI and without installing), you can run this command:
 
48
  | `--cpu` | to disable the GPU (force computations on CPU only) |
49
  | `--verbose` | to enable verbose |
50
  | `--vessels` | to segment vessels |
51
+ | `--extension` | which extension to save output in (default: `.nii`) |
52
 
53
  ### Using code directly:
54
  If you wish to use the code directly (not as a CLI and without installing), you can run this command: