bug-hello
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]