aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlendi <slendi@socopon.com>2023-05-10 16:42:09 +0300
committerSlendi <slendi@socopon.com>2023-05-10 16:42:09 +0300
commite3cdfce3aa17d0d0463ce1a733a08203910bd338 (patch)
tree5ec96cfbd9ba329e2885dbee82bcbb32a81d1e1b
parentd8d42221f1d1c570b33946dbc1d7ca4581ad944a (diff)
Update README
Signed-off-by: Slendi <slendi@socopon.com>
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9a34c27..5514012 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,12 @@ $ sus command here
Run as some other user:
```
-$ sus -username command
$ sus - username command
```
+Run in home directory:
+```
+$ sus -- command
+$ sus - username -- command
+```
+