docs: Typo fixes with "a existing"
Fixed a typo with "a existing" to "an existing"
This commit is contained in:
parent
bbe28df800
commit
b88e50cc36
6 changed files with 8 additions and 8 deletions
|
@ -14,7 +14,7 @@ import (
|
||||||
func init() {
|
func init() {
|
||||||
fsi := &fs.RegInfo{
|
fsi := &fs.RegInfo{
|
||||||
Name: "alias",
|
Name: "alias",
|
||||||
Description: "Alias for a existing remote",
|
Description: "Alias for an existing remote",
|
||||||
NewFs: NewFs,
|
NewFs: NewFs,
|
||||||
Options: []fs.Option{{
|
Options: []fs.Option{{
|
||||||
Name: "remote",
|
Name: "remote",
|
||||||
|
|
|
@ -41,7 +41,7 @@ n/s/q> n
|
||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Alias for a existing remote
|
1 / Alias for an existing remote
|
||||||
\ "alias"
|
\ "alias"
|
||||||
2 / Amazon Drive
|
2 / Amazon Drive
|
||||||
\ "amazon cloud drive"
|
\ "amazon cloud drive"
|
||||||
|
@ -131,7 +131,7 @@ Copy another local directory to the alias directory called source
|
||||||
<!--- autogenerated options start - DO NOT EDIT, instead edit fs.RegInfo in backend/alias/alias.go then run make backenddocs -->
|
<!--- autogenerated options start - DO NOT EDIT, instead edit fs.RegInfo in backend/alias/alias.go then run make backenddocs -->
|
||||||
### Standard Options
|
### Standard Options
|
||||||
|
|
||||||
Here are the standard options specific to alias (Alias for a existing remote).
|
Here are the standard options specific to alias (Alias for an existing remote).
|
||||||
|
|
||||||
#### --alias-remote
|
#### --alias-remote
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ Enter a string value. Press Enter for the default ("").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / A stackable unification remote, which can appear to merge the contents of several remotes
|
1 / A stackable unification remote, which can appear to merge the contents of several remotes
|
||||||
\ "union"
|
\ "union"
|
||||||
2 / Alias for a existing remote
|
2 / Alias for an existing remote
|
||||||
\ "alias"
|
\ "alias"
|
||||||
3 / Amazon Drive
|
3 / Amazon Drive
|
||||||
\ "amazon cloud drive"
|
\ "amazon cloud drive"
|
||||||
|
|
|
@ -35,7 +35,7 @@ n/s/q> n
|
||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Alias for a existing remote
|
1 / Alias for an existing remote
|
||||||
\ "alias"
|
\ "alias"
|
||||||
[snip]
|
[snip]
|
||||||
14 / Mega
|
14 / Mega
|
||||||
|
|
|
@ -58,7 +58,7 @@ n/s/q> n
|
||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Alias for a existing remote
|
1 / Alias for an existing remote
|
||||||
\ "alias"
|
\ "alias"
|
||||||
2 / Amazon Drive
|
2 / Amazon Drive
|
||||||
\ "amazon cloud drive"
|
\ "amazon cloud drive"
|
||||||
|
@ -1240,7 +1240,7 @@ To configure access to IBM COS S3, follow the steps below:
|
||||||
3. Select "s3" storage.
|
3. Select "s3" storage.
|
||||||
```
|
```
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Alias for a existing remote
|
1 / Alias for an existing remote
|
||||||
\ "alias"
|
\ "alias"
|
||||||
2 / Amazon Drive
|
2 / Amazon Drive
|
||||||
\ "amazon cloud drive"
|
\ "amazon cloud drive"
|
||||||
|
|
|
@ -44,7 +44,7 @@ n/s/q> n
|
||||||
name> remote
|
name> remote
|
||||||
Type of storage to configure.
|
Type of storage to configure.
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / Alias for a existing remote
|
1 / Alias for an existing remote
|
||||||
\ "alias"
|
\ "alias"
|
||||||
2 / Amazon Drive
|
2 / Amazon Drive
|
||||||
\ "amazon cloud drive"
|
\ "amazon cloud drive"
|
||||||
|
|
Loading…
Add table
Reference in a new issue