[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] usage translation and option changes
From: |
Sami Kerola |
Subject: |
[PATCH 0/2] usage translation and option changes |
Date: |
Thu, 1 Jan 2015 13:33:54 +0000 |
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
- [PATCH 0/2] usage translation and option changes,
Sami Kerola <=
- [PATCH 2/2] hello: remove -h and -v short options, Sami Kerola, 2015/01/01
- Re: [PATCH 2/2] hello: remove -h and -v short options, Benno Schulenberg, 2015/01/03
- Re: [PATCH 2/2] hello: remove -h and -v short options, Reuben Thomas, 2015/01/03
- Re: [PATCH 2/2] hello: remove -h and -v short options, Benno Schulenberg, 2015/01/04
- Re: [PATCH 2/2] hello: remove -h and -v short options, Sami Kerola, 2015/01/04
- Re: [PATCH 2/2] hello: remove -h and -v short options, Reuben Thomas, 2015/01/04
- Re: [PATCH 2/2] hello: remove -h and -v short options, Benno Schulenberg, 2015/01/04
- Re: [PATCH 2/2] hello: remove -h and -v short options, Jim Meyering, 2015/01/03
[PATCH 1/2] hello: slice print_help() lines and add Translation Project address, Sami Kerola, 2015/01/01