From d79cc93adf877b10349f24f29d7b37148a3600b0 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 2 Mar 2022 11:41:37 +0100 Subject: [PATCH] Use long and short argument names in README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e264350..7bf3bbf 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,11 @@ CONTAINER ID IMAGE PID UID COMMAND 123456789abc nginx 13572 101 nginx: worker process ``` -Use `-q` argument to show a list of PIDs +Use `-q`/`--quiet` argument to show a list of PIDs ```shell $ docker-pps -q +$ docker-pps --quiet ``` shows ``` @@ -43,8 +44,9 @@ shows 13572 ``` -To select another docker host, use `--host` argument +To select another docker host, use `-H`/`--host` argument. ```shell -$ docker-pps --host=http://otherhost:1234 -``` +$ docker-pps -H http://otherhost:1234 +$ docker-pps --host=ssh://otherhost:22 +``` \ No newline at end of file