Skip to content

Commit

Permalink
Update cli.md fix typo (#3133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre authored Jul 15, 2024
1 parent dea446f commit 4975c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Examples:

```sh {class="command-line" data-prompt="$"}
# export tabular data to /home/robot/data for org abc, location 123
viam data export --destination=/home/robot/data --data_type=tabular \
viam data export --destination=/home/robot/data --data-type=tabular \
--org-ids=abc --location-ids=123

# export binary data from all orgs and locations, component name myComponent
Expand Down

0 comments on commit 4975c04

Please sign in to comment.