mirror of https://github.com/aria2/aria2
Fix help output
parent
99e5d85de0
commit
196f8c4ad9
|
@ -313,8 +313,8 @@
|
||||||
" To limit the overall upload speed, use\n" \
|
" To limit the overall upload speed, use\n" \
|
||||||
" --max-overall-upload-limit option.")
|
" --max-overall-upload-limit option.")
|
||||||
#define TEXT_SEED_TIME \
|
#define TEXT_SEED_TIME \
|
||||||
_(" --seed-time=MINUTES Specify seeding time in (fractional) minutes. Also see the\n" \
|
_(" --seed-time=MINUTES Specify seeding time in (fractional) minutes.\n" \
|
||||||
" --seed-ratio option.")
|
" Also see the --seed-ratio option.")
|
||||||
#define TEXT_SEED_RATIO \
|
#define TEXT_SEED_RATIO \
|
||||||
_(" --seed-ratio=RATIO Specify share ratio. Seed completed torrents\n" \
|
_(" --seed-ratio=RATIO Specify share ratio. Seed completed torrents\n" \
|
||||||
" until share ratio reaches RATIO.\n" \
|
" until share ratio reaches RATIO.\n" \
|
||||||
|
|
Loading…
Reference in New Issue