mirror of
https://github.com/rumanzo/bt2qbt.git
synced 2024-11-22 10:22:38 +01:00
Fix help
This commit is contained in:
parent
e166194b56
commit
f2decc007c
@ -15,7 +15,7 @@ import (
|
|||||||
type Opts struct {
|
type Opts struct {
|
||||||
BitDir string `short:"s" long:"source" description:"Source directory that contains resume.dat and torrents files"`
|
BitDir string `short:"s" long:"source" description:"Source directory that contains resume.dat and torrents files"`
|
||||||
QBitDir string `short:"d" long:"destination" description:"Destination directory BT_backup (as default)"`
|
QBitDir string `short:"d" long:"destination" description:"Destination directory BT_backup (as default)"`
|
||||||
Categories string `short:"c" long:"categories" description:"path to qBittorrent categories.json file (for write tags)"`
|
Categories string `short:"c" long:"categories" description:"Path to qBittorrent categories.json file (for write tags)"`
|
||||||
WithoutLabels bool `long:"without-labels" description:"Do not export/import labels"`
|
WithoutLabels bool `long:"without-labels" description:"Do not export/import labels"`
|
||||||
WithoutTags bool `long:"without-tags" description:"Do not export/import tags"`
|
WithoutTags bool `long:"without-tags" description:"Do not export/import tags"`
|
||||||
SearchPaths []string `short:"t" long:"search" description:"Additional search path for torrents files\n Example: --search='/mnt/olddisk/savedtorrents' --search='/mnt/olddisk/workstorrents'"`
|
SearchPaths []string `short:"t" long:"search" description:"Additional search path for torrents files\n Example: --search='/mnt/olddisk/savedtorrents' --search='/mnt/olddisk/workstorrents'"`
|
||||||
|
Loading…
Reference in New Issue
Block a user