minor spelling mistake 🚨
This commit is contained in:
parent
0cb84f940b
commit
49324a64b1
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ go build -o migratesky .
|
|||
|
||||
## usage
|
||||
```sh
|
||||
migratesky <-from <identifier>> <-frompass <password>> <-to <identifier>> <-topass <identifier>> <-pds <pds-url>> [collections...]
|
||||
migratesky <-from <identifier>> <-frompass <password>> <-to <identifier>> <-topass <password>> <-pds <pds-url>> [collections...]
|
||||
```
|
||||
|
||||
### example
|
||||
|
|
2
main.go
2
main.go
|
@ -124,7 +124,7 @@ func main() {
|
|||
|
||||
func printHelp() {
|
||||
fmt.Printf(
|
||||
`usage: %s <-from <identifier>> <-frompass <password>> <-to <identifier>> <-topass <identifier>> <-pds <pds-url>> [collections...]
|
||||
`usage: %s <-from <identifier>> <-frompass <password>> <-to <identifier>> <-topass <password>> <-pds <pds-url>> [collections...]
|
||||
|
||||
required arguments:
|
||||
-from <identifier>: the source account handle or DID.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue