Browse Source

flags en subject and fr placeholder

content-update
Christopher Fremond 5 years ago committed by Christopher Fremond
parent
commit
af1d60a8e9
  1. 2
      subjects/flags.en.md
  2. 2
      subjects/flags.fr.md

2
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 :

2
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 :

Loading…
Cancel
Save