diff --git a/docs/usage/cli.md b/docs/usage/cli.md index 162d3fe..d3c8ba1 100644 --- a/docs/usage/cli.md +++ b/docs/usage/cli.md @@ -28,6 +28,9 @@ phomo [options] - `-G, --gpu`: Use GPU for distance matrix computation. Requires installing with `pip install 'phomo[cuda]'`. - `-m {greyscale,norm,luv_approx}, --metric {greyscale,norm,luv_approx}`: Distance metric. - `-j WORKERS, --workers WORKERS`: Number of workers use to run when computing the distance matrix. +- `-e, --equalize`: Equalize the colour distributions to cover the full colour space. +- `--match-master-to-tiles`: Match the master image's colour distribution with the tile image colours. +- `--match-tiles-to-master`: Match the tile images' colour distribution with the master image colours. - `-v, --verbose`: Verbosity. ## Examples