Skip to content

Commit 16c7077

Browse files
authored
table filter: remove unfriendly special symbols (#9505) (#9508)
1 parent 4ef9560 commit 16c7077

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

table-filter.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,24 @@ Table filters can be applied to the tools using multiple `-f` or `--filter` comm
1717

1818
* [BR](/br/backup-and-restore-tool.md):
1919

20-
{{< copyable "shell-regular" >}}
21-
2220
```shell
2321
./br backup full -f 'foo*.*' -f 'bar*.*' -s 'local:///tmp/backup'
24-
# ^~~~~~~~~~~~~~~~~~~~~~~
22+
```
23+
24+
```shell
2525
./br restore full -f 'foo*.*' -f 'bar*.*' -s 'local:///tmp/backup'
26-
# ^~~~~~~~~~~~~~~~~~~~~~~
2726
```
2827

2928
* [Dumpling](/dumpling-overview.md):
3029

31-
{{< copyable "shell-regular" >}}
32-
3330
```shell
3431
./dumpling -f 'foo*.*' -f 'bar*.*' -P 3306 -o /tmp/data/
35-
# ^~~~~~~~~~~~~~~~~~~~~~~
3632
```
3733

3834
* [TiDB Lightning](/tidb-lightning/tidb-lightning-overview.md):
3935

40-
{{< copyable "shell-regular" >}}
41-
4236
```shell
4337
./tidb-lightning -f 'foo*.*' -f 'bar*.*' -d /tmp/data/ --backend tidb
44-
# ^~~~~~~~~~~~~~~~~~~~~~~
4538
```
4639

4740
### TOML configuration files

0 commit comments

Comments
 (0)