publicstaticstringDescriptionAuthenticationURLLong_v2(stringoptionname){returnLC.L(@"CloudFiles use different servers for authentication based on where the account resides, use this option to set an alternate authentication URL. This option overrides --{0}.",optionname);}
publicstaticstringDescriptionAuthenticationURLShort{get{returnLC.L(@"Provide another authentication URL");}}
publicstaticstringDescriptionAuthPasswordLong{get{returnLC.L(@"The password used to connect to the server. This may also be supplied as the environment variable ""AUTH_PASSWORD"".");}}
publicstaticstringDescriptionAuthPasswordShort{get{returnLC.L(@"Supplies the password used to connect to the server");}}
publicstaticstringDescriptionAuthUsernameLong{get{returnLC.L(@"The username used to connect to the server. This may also be supplied as the environment variable ""AUTH_USERNAME"".");}}
publicstaticstringDescriptionAuthUsernameShort{get{returnLC.L(@"Supplies the username used to connect to the server");}}
publicstaticstringDescriptionPasswordLong{get{returnLC.L(@"Supplies the API Access Key used to authenticate with CloudFiles.");}}
publicstaticstringDescriptionPasswordShort{get{returnLC.L(@"Supplies the access key used to connect to the server");}}
publicstaticstringDescriptionUKAccountLong(stringoptionname,stringoptionvalue){returnLC.L(@"Duplicati will assume that the credentials given are for a US account, use this option if the account is a UK based account. Note that this is equivalent to setting --{0}={1}.",optionname,optionvalue);}
publicstaticstringDescriptionUKAccountShort{get{returnLC.L(@"Use a UK account");}}
publicstaticstringDescriptionUsernameLong{get{returnLC.L(@"Supplies the username used to authenticate with CloudFiles.");}}
publicstaticstringDescriptionUsernameShort{get{returnLC.L(@"Supplies the username used to authenticate with CloudFiles");}}
publicstaticstringDescription_v2{get{returnLC.L(@"Supports connections to the CloudFiles backend. Allowed formats is ""cloudfiles://container/folder"".");}}