diff --git a/README.md b/README.md index 786704ed..3a2a5c3e 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ Do not modify `config/default.js`, but instead create a copy at `config/local.js ### Options `npm start -- --option value` -To run the web server, run `npm start` without any arguments. +Running `npm start` without any arguments will run the web server. +* `--fetch`: Fetch updates instead of running the webserver. Without further arguments, it will use the networks and sites defined in the configuration file. * `--site [site ID]`: Fetch updates from a specific site. The site ID is typically the site name in lowercase and without cases or special characters. For example, Teens Like It Big is teenslikeitbig. * `--network [network ID]`: Fetch updates from all sites of a specific network. The network ID is composed similarly to the site ID. * `--after "[time]"`: Do not fetch scenes older than this. Example values are: `"1 month"`, `"2 weeks"`, `"3 years"`. diff --git a/assets/components/container/container.vue b/assets/components/container/container.vue index 71ef7113..be4e0f08 100644 --- a/assets/components/container/container.vue +++ b/assets/components/container/container.vue @@ -19,6 +19,18 @@ export default {