diff --git a/tools/diff-generator/README.md b/tools/diff-generator/README.md index 9e7d4751..15d0bab7 100644 --- a/tools/diff-generator/README.md +++ b/tools/diff-generator/README.md @@ -68,15 +68,14 @@ tdiff report ### Options -| Shorthand | Name | Argument(s) | Description | -| --------- | --------------------- | -------------- | ------------------------------------------------------ | -| `-y` | `-y` | `null` | answers yes to removing deprecated status of token(s) | -| `-otv` | `--old-token-version` | `` | npm package version/github tag to pull old tokens from | -| `-ntv` | `--new-token-version` | `` | npm package version/github tag to pull new tokens from | -| `-otb` | `--old-token-branch` | `` | branch to fetch old token data from | -| `-ntb` | `--new-token-branch` | `` | branch to fetch new token data from | -| `-l` | `--local` | `` | local path within repository to fetch token data from | -| `-tn` | `--token-names` | `` | indicates specific tokens to compare | +| Shorthand | Name | Argument(s) | Description | +| --------- | --------------------- | -------------- | ----------------------------------------------------- | +| `-otv` | `--old-token-version` | `` | github tag to pull old tokens from | +| `-ntv` | `--new-token-version` | `` | github tag to pull new tokens from | +| `-otb` | `--old-token-branch` | `` | branch to fetch old token data from | +| `-ntb` | `--new-token-branch` | `` | branch to fetch new token data from | +| `-l` | `--local` | `` | local path within repository to fetch token data from | +| `-tn` | `--token-names` | `` | indicates specific tokens to compare | ### Usage examples