forked from pool/pacemaker
20 lines
544 B
Diff
20 lines
544 B
Diff
|
commit 7e36e37a855e0723a0ea28e5905c2b3f2b76d28a
|
||
|
Author: Gao,Yan <ygao@suse.com>
|
||
|
Date: Wed Sep 16 16:20:00 2015 +0200
|
||
|
|
||
|
Fix: remote: Correctly display the usage of the ocf:pacemaker:remote resource agent
|
||
|
|
||
|
diff --git a/extra/resources/remote b/extra/resources/remote
|
||
|
index c481863..91cd07f 100644
|
||
|
--- a/extra/resources/remote
|
||
|
+++ b/extra/resources/remote
|
||
|
@@ -116,7 +116,7 @@ validate-all) remote_unsupported;;
|
||
|
usage|help) remote_usage
|
||
|
exit $OCF_SUCCESS
|
||
|
;;
|
||
|
-*) dummy_usage
|
||
|
+*) remote_usage
|
||
|
exit $OCF_ERR_UNIMPLEMENTED
|
||
|
;;
|
||
|
esac
|