ajout de la syntaxe si pas de parametre

This commit is contained in:
Yacine31
2023-12-22 06:52:15 +01:00
parent 159b52789a
commit 9a88772149
2 changed files with 7 additions and 9 deletions

View File

@@ -7,10 +7,9 @@
#------------------------------------------------------------------------------
f_help() {
cat <<CATEOF
syntax : $O ORACLE_SID
CATEOF
echo
echo syntax : is_primary.sh ORACLE_SID
echo
exit $1
} #f_help

View File

@@ -7,11 +7,10 @@
#------------------------------------------------------------------------------
f_help() {
cat <<CATEOF
syntax : $O ORACLE_SID
CATEOF
exit $1
echo
echo syntax : is_standby.sh ORACLE_SID
echo
exit $1
} #f_help