From 4f9449a9018815f4d1a919d86190cec19bc71a2a Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:16:58 +0100 Subject: [PATCH] Update flags.fr.md typo --- subjects/flags.fr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/flags.fr.md b/subjects/flags.fr.md index c371ce8fb..17129d369 100644 --- a/subjects/flags.fr.md +++ b/subjects/flags.fr.md @@ -28,7 +28,7 @@ student@ubuntu:~/piscine-go/flags$ ./flags This flag inserts the string into the string passed as argument. --order -o - This flag will behave like a boolean, if its called it will order the argument. + This flag will behave like a boolean, if it is called it will order the argument. student@ubuntu:~/piscine-go/flags$ student@ubuntu:~/piscine-go/flags$ ./flags -h --insert @@ -36,7 +36,7 @@ student@ubuntu:~/piscine-go/flags$ ./flags -h This flag inserts the string into the string passed as argument. --order -o - This flag will behave like a boolean, if its called it will order the argument. + This flag will behave like a boolean, if it is called it will order the argument. student@ubuntu:~/piscine-go/flags$ student@ubuntu:~/piscine-go/flags$ ./flags --help --insert @@ -44,6 +44,6 @@ student@ubuntu:~/piscine-go/flags$ ./flags --help This flag inserts the string into the string passed as argument. --order -o - This flag will behave like a boolean, if its called it will order the argument. + This flag will behave like a boolean, if it is called it will order the argument. student@ubuntu:~/piscine-go/flags$ ```