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