From bf065e79b6f308aba4605e722fb16430e55846ef Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Thu, 6 Feb 2020 00:23:48 +0000 Subject: [PATCH] Update options.en.md extra examples for clarification --- subjects/options.en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/subjects/options.en.md b/subjects/options.en.md index cafa3e6d2..89b5c554a 100644 --- a/subjects/options.en.md +++ b/subjects/options.en.md @@ -28,6 +28,12 @@ student@ubuntu:~/[[ROOT]]/test$ ./test -z | cat -e 00000010 00000000 00000000 00000000$ student@ubuntu:~/[[ROOT]]/test$ ./test -abc -hijk | cat -e options: abcdefghijklmnopqrstuvwxyz$ +student@ubuntu:~/[[ROOT]]/test$ ./test -h | cat -e +options: abcdefghijklmnopqrstuvwxyz$ +student@ubuntu:~/[[ROOT]]/test$ ./test -zh | cat -e +options: abcdefghijklmnopqrstuvwxyz$ +student@ubuntu:~/[[ROOT]]/test$ ./test -z -h | cat -e +options: abcdefghijklmnopqrstuvwxyz$ student@ubuntu:~/[[ROOT]]/test$ ./test -% | cat -e Invalid Option$ student@ubuntu:~/[[ROOT]]/test$