bin: conform to GNU Coding Standards for --version
* bin/common_setup.cc: Print the version number after the parentheses.
This commit is contained in:
parent
4e8b35d7ca
commit
04d05104fa
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ static void
|
||||||
display_version(FILE *stream, struct argp_state*)
|
display_version(FILE *stream, struct argp_state*)
|
||||||
{
|
{
|
||||||
fputs(program_name, stream);
|
fputs(program_name, stream);
|
||||||
fputs(" (" PACKAGE_STRING ")\n\
|
fputs(" (" PACKAGE_NAME ") " PACKAGE_VERSION "\n\
|
||||||
\n\
|
\n\
|
||||||
Copyright (C) 2018 Laboratoire de Recherche et Développement de l'Epita.\n\
|
Copyright (C) 2018 Laboratoire de Recherche et Développement de l'Epita.\n\
|
||||||
License GPLv3+: \
|
License GPLv3+: \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue