From f475367355cc0bf91267fae96d785a5adb29aa3d Mon Sep 17 00:00:00 2001 From: cyian-1756 Date: Fri, 20 Apr 2018 07:56:27 -0400 Subject: [PATCH] Added line about -s option --- How-To-Run-RipMe.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/How-To-Run-RipMe.md b/How-To-Run-RipMe.md index 236a17c..f1273a9 100644 --- a/How-To-Run-RipMe.md +++ b/How-To-Run-RipMe.md @@ -14,7 +14,7 @@ By default ripme will store all it's config and history files in the users confi Command Line Options -------------------- ``` -usage: java -jar ripme.jar [OPTIONS] +usage: java -jar ripme.jar [OPTIONS] -4,--skip404 Don't retry after a 404 (not found) error -d,--saveorder Save the order of images in album -D,--nosaveorder Don't save order of images @@ -24,10 +24,12 @@ Command Line Options -n,--no-prop-file Do not create properties file. -r,--rerip Re-rip all ripped albums -R,--rerip-selected Re-rip all selected albums + -s,--socks-server Use socks server ([user:password]@host[:port] -t,--threads Number of download threads per rip -u,--url URL of album to rip -v,--version Show current version -w,--overwrite Overwrite existing files + ``` ## Docker