Decription
Displays the list of RDA-related options that can be used as a reference when using the QoreStor CLI.
Syntax
rda --helpResult
	rda --show [--config]
		[--file_history] [--name <name>]
		[--active_files] [--name <name>]
		[--clients]
		[--limits]
	rda --update --opdup_encryption <none | aes128 | aes256>
				
	rda --delete_client --name <RDA Client Hostname>
	rda --update_client --name <RDA Client Hostname> --mode <auto|passthrough|dedupe>
	rda --limit --speed <<num><KBps|MBps|GBps> | default> --target <ip address | hostname>
	rda --partial_images --containerid <Container id> [--delete <Partial image path>] [--timeout <> 0>]
	rda --help
	rda <command> <command-arguments>
   <command> can be one of:
		--show			Displays command specific information.
		--delete_client		Deletes the Rapid Data Access (RDA) client.
		--update_client		Updates attributes of a Rapid Data Access (RDA) client.
		--limit			Delete existing bandwidth rules for all ports and set new throttling limits for RDA replication over WAN.
		--partial_images	Lists or cleans up partial images.
For command-specific help, please type rda --help <command>
        eg:
            rda --help show
