Skip to content

Commit 45326bc

Browse files
abalone23mgattozzi
authored andcommitted
Update influxdb3-cli.md
Add --file flag
1 parent 8e62ada commit 45326bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/shared/influxdb3-write-guides/influxdb3-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ home,room=Kitchen temp=22.8,hum=36.5,co=1i 1641042000'
140140
influxdb3 write \
141141
--database DATABASE_NAME \
142142
--token AUTH_TOKEN \
143-
./home.lp
143+
--file ./home.lp
144144
```
145145

146146
{{% /code-placeholders %}}

0 commit comments

Comments
 (0)