diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-10-09 03:50:42 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-10-09 03:50:42 +0200 |
| commit | 8ab0f2ab3ddc3cc45f24b2a0e3e0f79abb18bd9d (patch) | |
| tree | 60af85508d2ced78acb3f3051016cd326eac03ad | |
| parent | 3d230b594f297d10d0d8a0fadb3e4b15398bb644 (diff) | |
| download | mum-8ab0f2ab3ddc3cc45f24b2a0e3e0f79abb18bd9d.tar.gz | |
your_name
| -rw-r--r-- | usage.org | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -38,7 +38,7 @@ $ mumctl channel list root [3](4) │ another person │ some person -| you +| your_name ├─ some channel [1] │ someone alone ├─ other channel [0] @@ -69,20 +69,20 @@ connected ** TODO status #+BEGIN_SRC bash $ mumctl status -connected to localhost:65837 +connected to localhost:65837 as your_name currently in root with 2 other clients: root │ another person │ some person - | you + | your_name #+END_SRC #+BEGIN_SRC bash $ mumctl status --short -you@localhost:65387/root (3) +your_name@localhost:65387/root (3) another person some person - you + your_name #+END_SRC * More commands |
