Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. /tmp> getopt --name xyz --options "xyz:" -- -x
  2. -x --
  3. /tmp> getopt --name xyz --options "xyz:" -- -x -z
  4. getopt: option requires an argument -- z
  5. -x --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement