Hello, Unless objections I will push the following two changes to hello upstream.
The first one of the changes print_help() output. See justification in commit message. The second change will drop short options from --help and --version. Notice that the GNU Coding Standards do not mention anything about short options, so perhaps they should not be enouraged to be used. Secondly there is finite number of short options, and letting POSIX (Austin Group) to assign them is probably the right thing to do. Ref: http://www.gnu.org/prep/standards/standards.html#Command_002dLine-Interfaces Feedback deadline before push: 2015-01-31T10:00:00+0000 Sami Kerola (2): hello: slice print_help() lines and add Translation Project address hello: remove -h and -v short options src/hello.c | 93 ++++++++++++++++++++++++++++++++---------------------------- src/system.h | 6 ++++ 2 files changed, 55 insertions(+), 44 deletions(-) -- 2.2.1
