mirror of
https://github.com/rumanzo/bt2qbt.git
synced 2024-11-12 13:52:42 +01:00
Newversion (#9)
* split to files * Delete tesing code * Change gnuflags to go-flags * Change gnuflags to go-flags * fix search torrent * fix search torrent * Replace impromevents. Separator option * Help modification. Readme update * Help modification
This commit is contained in:
parent
d2682d2ad9
commit
97c940e9ae
@ -31,7 +31,7 @@ type Flags struct {
|
||||
Config string `short:"c" long:"config" description:"Source directory that contains resume.dat and torrents files"`
|
||||
WithoutLabels bool `long:"without-labels" description:"Do not export/import labels"`
|
||||
WithoutTags bool `long:"without-tags" description:"Do not export/import tags"`
|
||||
SearchPaths []string `short:"t" long:"search" description:"Additional search path for torrents files"`
|
||||
SearchPaths []string `short:"t" long:"search" description:"Additional search path for torrents files\n Example: --search='/mnt/olddisk/savedtorrents' --search='/mnt/olddisk/workstorrents'"`
|
||||
Replaces []string `short:"r" long:"replace" description:"Replace paths.\n Delimiter for from/to is comma - ,\n Example: -r \"D:\\films,/home/user/films\" -r \"\\,/\"\n If you use path separator different from you system, declare it mannually"`
|
||||
PathSeparator string `long:"sep" description:"Default path separator that will use in all paths"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user