Skip to content

Commit

Permalink
Fix typo in in-line doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bsinou committed Jun 12, 2023
1 parent c75ecba commit 418742f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cells-fuse/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ DESCRIPTION
EXAMPLES
1. Mount Local datasource
$ ` + os.Args[0] + ` mount --t /tmp/datasource --s file:///var/cells/data/pydiods1/snapshot.db
$ ` + os.Args[0] + ` mount -t /tmp/datasource -s file:///var/cells/data/pydiods1/snapshot.db
2. Mount Remote S3 datasource (note the s3s scheme)
$ ` + os.Args[0] + ` mount --t /tmp/datasource --s s3s://API_KEY:API_SECRET@s3.amazonaws.com/MyBucketName/snapshot.db
$ ` + os.Args[0] + ` mount -t /tmp/datasource -s s3s://API_KEY:API_SECRET@s3.amazonaws.com/MyBucketName/snapshot.db
3. Lookup for a file (without mounting the datasource)
$ ` + os.Args[0] + ` lookup --storage file:///var/cells/data/pydiods1/snapshot.db --name "*" --type file --base "/folder/path"
Expand Down

0 comments on commit 418742f

Please sign in to comment.