Skip to content

Commit 419b47b

Browse files
committed
docs: swap headers
1 parent 6f010ce commit 419b47b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,6 @@ $ wrtag move "/my/music/Tame Impala/(2010) Innerspeaker"
119119
# now has updated tags, and moved again if needed
120120
```
121121

122-
### Available operations
123-
124-
The full list of core `wrtag` operations. They can be used in other tools like `wrtagweb` too.
125-
126-
| Name | Description |
127-
| --------- | --------------------------------------------------------------------------------------------------------------- |
128-
| `move` | Moves files from the source to the destination directory. |
129-
| `copy` | Copies files from the source to the destination directory. |
130-
| `reflink` | On supported filesystems, creates a reflink (copy-on-write) clone of a file from the source to the destination. |
131-
132122
#### Re-tagging in bulk
133123

134124
Bulk operations are done with the `sync` subcommand. Unlike the `copy` and `move` commands which operate on single releases, the `sync` command works on your already imported and tagged library.
@@ -148,6 +138,16 @@ $ wrtag sync -age-older 24h # find all releases older than 1 day and r
148138
$ wrtag sync -num-workers 16 # process a maximum of 16 releases at a time
149139
```
150140

141+
### Available operations
142+
143+
The full list of core `wrtag` operations. They can be used in other tools like `wrtagweb` too.
144+
145+
| Name | Description |
146+
| --------- | --------------------------------------------------------------------------------------------------------------- |
147+
| `move` | Moves files from the source to the destination directory. |
148+
| `copy` | Copies files from the source to the destination directory. |
149+
| `reflink` | On supported filesystems, creates a reflink (copy-on-write) clone of a file from the source to the destination. |
150+
151151
## Tool `wrtagweb`
152152

153153
<img align="right" width="300" src=".github/screenshot-wrtagweb.png">

0 commit comments

Comments
 (0)