[pkg-fso-commits] [nodm] 39/50: Add EOL chars for help output of the --nested cmdline option. (Closes: #766123).

Mike Gabriel sunweaver at debian.org
Mon Jan 23 15:19:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository nodm.

commit 56d55e29571b41f28444631d805563489530ac32
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Mar 23 15:57:30 2016 +0100

    Add EOL chars for help output of the --nested cmdline option. (Closes: #766123).
---
 debian/changelog | 2 ++
 nodm.c           | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d8cf4fe..d372760 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ nodm (0.12-1) UNRELEASED; urgency=low
     - xserver.c: Don't FTBFS when built with -Werror=unused-result. (Closes:
       #638600).
     - Whitespace clean-up at EOL.
+    - Add EOL chars for help output of the --nested cmdline option.
+      (Closes: #766123).
   * debian/control:
     + Process with wrap-and-sort.
     + Bump Standards: to 3.9.7. Required change: DEP-5 compliant copyright file.
diff --git a/nodm.c b/nodm.c
index b588569..0ee465e 100644
--- a/nodm.c
+++ b/nodm.c
@@ -48,8 +48,8 @@ static void do_help(int argc, char** argv, FILE* out)
     fprintf(out, " --version      print %s's version number\n", NAME);
     fprintf(out, " --verbose      verbose outpout or logging\n");
     fprintf(out, " --quiet        only log warnings and errors\n");
-    fprintf(out, " --nested       run a nested X server, does not require root.");
-    fprintf(out, "                The server defaults to \"/usr/bin/Xnest :1\",");
+    fprintf(out, " --nested       run a nested X server, does not require root.\n");
+    fprintf(out, "                The server defaults to \"/usr/bin/Xnest :1\",\n");
     fprintf(out, "                override with NODM_X_OPTIONS\n");
     fprintf(out, " --[no-]syslog  enable/disable logging to syslog\n");
     fprintf(out, " --[no-]stderr  enable/disable logging to stderr\n");

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-fso/nodm.git



More information about the pkg-fso-commits mailing list