aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
```