1# NAME 2 3greet - Some app 4 5# SYNOPSIS 6 7greet 8 9``` 10[--another-flag|-b] 11[--flag|--fl|-f]=[value] 12[--socket|-s]=[value] 13``` 14 15# DESCRIPTION 16 17Description of the application. 18 19**Usage**: 20 21``` 22app [first_arg] [second_arg] 23``` 24 25# GLOBAL OPTIONS 26 27**--another-flag, -b**: another usage text 28 29**--flag, --fl, -f**="": 30 31**--socket, -s**="": some 'usage' text (default: /some/path) 32