From 5f1afecbe6dea1a170131e1735bea889318f5ea5 Mon Sep 17 00:00:00 2001 From: CuiHaozhi Date: Thu, 23 Feb 2017 15:34:49 +0800 Subject: [PATCH] small cleanup for `runc ps` man pages Signed-off-by: CuiHaozhi --- man/runc-ps.8.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/runc-ps.8.md b/man/runc-ps.8.md index d6063471..49a2d56c 100644 --- a/man/runc-ps.8.md +++ b/man/runc-ps.8.md @@ -2,7 +2,7 @@ runc ps - ps displays the processes running inside a container # SYNOPSIS - runc ps [command options] [-- ps options] + runc ps [command options] [ps options] # OPTIONS --format value, -f value select one of: table(default) or json @@ -10,4 +10,4 @@ The default format is table. The following will output the processes of a container in json format: - # runc ps -f json + # runc ps -f json