From 97c940e9aec33a2ab39c3327fa60b175714a4484 Mon Sep 17 00:00:00 2001 From: Alexey Kostin Date: Sat, 4 Apr 2020 17:00:39 +0300 Subject: [PATCH] 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 --- bt2qbt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt2qbt.go b/bt2qbt.go index bf301c9..c1a4f3f 100644 --- a/bt2qbt.go +++ b/bt2qbt.go @@ -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"` }