--speed-limit <speed>::
	Set maximum allowed upload and download speed in KiB/s.
	This option overrides config file settings. 0 means no limit.

--proxy <proxy>::
	Use proxy server to connect to mega.nz. This option overrides
	config file settings.
	More information can be found in libcurl documentation at
	link:https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html[].
	Some acceptable values are:
	* `none` : Disable proxy if it was enabled in the config file.
	* `socks5://localhost:9050` : Local SOCKSv5 proxy server
	* `socks5h://localhost:9050` : Local SOCKSv5 proxy server with DNS handled by the proxy

--config <path>::
	Load configuration from a file

--ignore-config-file::
	Disable loading .megarc

--debug [<options>]::
	Enable debugging of various aspects of the megatools 
	operation. You may enable multiple debugging options 
	separated by commas. (eg. `--debug api,fs`)
+
Available options are:

	* `api`: Dump Mega.nz API calls
	* `fs`: Dump Mega.nz filesystem (may require `--reload` to actually print something)
	* `cache`: Dump cache contents

--version::
	Show version information
