cts

Récupérer un itinéraire sur le réseau CTS - retour accueil

git clone git://bebou.netlib.re/cts

Log | Files | Refs | README |

commit a621a6eb41727e09f70535fbf81dfe2b157ada07
parent 9609bacd0e49a096aa0c49df1d59adb4570b5950
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Sat, 22 Mar 2025 11:37:54 +0100

Affiche l'usage si option inexistante utilisée

Diffstat:
Mcts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cts b/cts @@ -56,7 +56,7 @@ while getopts "hfj:t:d:i:a:o:" opt;do ( t ) h=$(echo "$OPTARG" | cut -f1 -d'h') m=$(echo "$OPTARG" | cut -f2 -d'h') ;; - ( * ) printf "$opt not an argument";exit 1 + ( * ) usage;exit 1 esac done