Skip to content

Commit e1e4df4

Browse files
committed
mktor: mention @Entropy in help
1 parent e5e2c26 commit e1e4df4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pyrocore/scripts/mktor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ def add_options(self):
6868
self.add_bool_option("--no-cross-seed",
6969
help="do not automatically add a field to the info dict ensuring unique info hashes")
7070
self.add_value_option("-X", "--cross-seed", "LABEL",
71-
help="set additional explicit label for cross-seeding (changes info hash)")
71+
help="set additional explicit label for cross-seeding"
72+
" (changes info hash, use '@entropy' to randomize it)")
7273
self.add_bool_option("-H", "--hashed", "--fast-resume",
7374
help="create second metafile containing libtorrent fast-resume information")
7475
# TODO: Optionally pass torrent directly to rTorrent (--load / --start)

0 commit comments

Comments
 (0)