From af1d60a8e90a18537b70c918116ff908e1fa0685 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Tue, 22 Oct 2019 23:11:11 +0100 Subject: [PATCH] flags en subject and fr placeholder --- subjects/flags.en.md | 2 +- subjects/flags.fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/flags.en.md b/subjects/flags.en.md index 4e7d77c4..c371ce8f 100644 --- a/subjects/flags.en.md +++ b/subjects/flags.en.md @@ -7,7 +7,7 @@ Write a **program** that can have as arguments `--insert` (or `-i`), `--order` This program should : - Insert the string given to the `--insert` (or `-i`), in the `string` argument, if given. -- Order the `string` argument if given the flag `--order` (or `-o`). +- 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. Example of output : diff --git a/subjects/flags.fr.md b/subjects/flags.fr.md index 4e7d77c4..c371ce8f 100644 --- a/subjects/flags.fr.md +++ b/subjects/flags.fr.md @@ -7,7 +7,7 @@ Write a **program** that can have as arguments `--insert` (or `-i`), `--order` This program should : - Insert the string given to the `--insert` (or `-i`), in the `string` argument, if given. -- Order the `string` argument if given the flag `--order` (or `-o`). +- 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. Example of output :