aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-16 03:06:08 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-16 03:06:08 -0700
commit8b40944311d5f8bb21aed55f965493d9fd2cf954 (patch)
tree398990269244c26f421d6ed6d39d4a3247f33b2b
parent966a9c66f98a7a84ad312b6085837155f6b239f3 (diff)
edit
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6c6540a..b1bc164 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,11 @@ remote_plot
usage
```sh
-# use default ssh destination
+# use default ssh destination and plot remote data
remote_plot
# use another ssh destination
remote_plot -d username@10.0.0.7
-# run locally
+# plot local data
remote_plot -l
```