1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-27 07:44:20 +02:00

Added line about -s option

cyian-1756
2018-04-20 07:56:27 -04:00
parent 434cd12c3e
commit f475367355

@@ -14,7 +14,7 @@ By default ripme will store all it's config and history files in the users confi
Command Line Options 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 -4,--skip404 Don't retry after a 404 (not found) error
-d,--saveorder Save the order of images in album -d,--saveorder Save the order of images in album
-D,--nosaveorder Don't save order of images -D,--nosaveorder Don't save order of images
@@ -24,10 +24,12 @@ Command Line Options
-n,--no-prop-file Do not create properties file. -n,--no-prop-file Do not create properties file.
-r,--rerip Re-rip all ripped albums -r,--rerip Re-rip all ripped albums
-R,--rerip-selected Re-rip all selected albums -R,--rerip-selected Re-rip all selected albums
-s,--socks-server <arg> Use socks server ([user:password]@host[:port]
-t,--threads <arg> Number of download threads per rip -t,--threads <arg> Number of download threads per rip
-u,--url <arg> URL of album to rip -u,--url <arg> URL of album to rip
-v,--version Show current version -v,--version Show current version
-w,--overwrite Overwrite existing files -w,--overwrite Overwrite existing files
``` ```
## Docker ## Docker