Skip to content

Commit d653f47

Browse files
authored
adding stop parameter in usage (#4)
1 parent f732dfe commit d653f47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stop_svc.sh

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ORIG="$(cd "$(dirname "$0")" || exit; pwd)"
1717

1818
usage() {
1919
echo "Error: Usage $0 [-u <username> -w <uri> ]"
20+
echo
21+
echo "This script reads the input from STDIN. Each line should be ID NAME of service to retire."
22+
echo "ex: . credentials.rc; ./get_svc.sh | grep 'OCP'| ./stop_svc.sh"
2023
}
2124

2225

0 commit comments

Comments
 (0)