From 888e79449d63b8eb793ad18776dd7c1bb1a6e800 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:47:16 +0100 Subject: [PATCH] Update README.md --- subjects/flags/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/flags/README.md b/subjects/flags/README.md index cfed2dec..8a4a9468 100644 --- a/subjects/flags/README.md +++ b/subjects/flags/README.md @@ -8,7 +8,7 @@ This program should : - Insert the string given to the `--insert` (or `-i`), in the `string` argument, if given. - Order the `string` argument (in ASCII order) if given the flag `--order` (or `-o`). -- In case there are no arguments or the flag `--help` (or `-h`) is given, it should print the options, as shown in the example. +- In case there are no arguments or if the flag `--help` (or `-h`) is given, it should print the options, as shown in the example. Example of output :