Browse Source

Update options.en.md

extra examples for clarification
content-update
Christopher Fremond 4 years ago committed by GitHub
parent
commit
27e9af046a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/options.en.md

4
subjects/options.en.md

@ -34,6 +34,10 @@ 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 -hhhhhh | cat -e
options: abcdefghijklmnopqrstuvwxyz$
student@ubuntu:~/[[ROOT]]/test$ ./test -eeeeee | cat -e
00000000 00000000 00000000 00010000$
student@ubuntu:~/[[ROOT]]/test$ ./test -% | cat -e
Invalid Option$
student@ubuntu:~/[[ROOT]]/test$

Loading…
Cancel
Save