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$