Right now: ```sh $ program -f # works $ program -force # works $ program --force # doesn't work ``` * The third case must be supported. * It is not clear but long flags with one dash should be? Read some docs about POSIX and GNU.