We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e2c26 commit e1e4df4Copy full SHA for e1e4df4
src/pyrocore/scripts/mktor.py
@@ -68,7 +68,8 @@ def add_options(self):
68
self.add_bool_option("--no-cross-seed",
69
help="do not automatically add a field to the info dict ensuring unique info hashes")
70
self.add_value_option("-X", "--cross-seed", "LABEL",
71
- help="set additional explicit label for cross-seeding (changes info hash)")
+ help="set additional explicit label for cross-seeding"
72
+ " (changes info hash, use '@entropy' to randomize it)")
73
self.add_bool_option("-H", "--hashed", "--fast-resume",
74
help="create second metafile containing libtorrent fast-resume information")
75
# TODO: Optionally pass torrent directly to rTorrent (--load / --start)
0 commit comments