From 5c564d478916abda776215cdec2a0ecf7f1bd782 Mon Sep 17 00:00:00 2001 From: Ivan Devat Date: Fri, 11 Jan 2019 15:13:09 +0100 Subject: [PATCH] drop removed command "pcs resource show" from help --- pcs/pcs.8 | 4 ++-- pcs/usage.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pcs/pcs.8 b/pcs/pcs.8 index 47d0dda7..aa72aa91 100644 --- a/pcs/pcs.8 +++ b/pcs/pcs.8 @@ -961,10 +961,10 @@ Authenticate current user to local pcsd. This is requiered to run some pcs comma .SH EXAMPLES .TP Show all resources -.B # pcs resource show +.B # pcs resource config .TP Show options specific to the 'VirtualIP' resource -.B # pcs resource show VirtualIP +.B # pcs resource config VirtualIP .TP Create a new resource called 'VirtualIP' with options .B # pcs resource create VirtualIP ocf:heartbeat:IPaddr2 ip=192.168.0.99 cidr_netmask=32 nic=eth2 op monitor interval=30s diff --git a/pcs/usage.py b/pcs/usage.py index 21c6e486..4487d844 100644 --- a/pcs/usage.py +++ b/pcs/usage.py @@ -558,10 +558,10 @@ Commands: Examples: - pcs resource show + pcs resource config Show all resources. - pcs resource show VirtualIP + pcs resource config VirtualIP Show options specific to the 'VirtualIP' resource. -- 2.17.0