From 625b7ac5839d415dc8e7950b5e3f0574cecad174 Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Sun, 7 Sep 2008 11:41:57 +0200 Subject: [PATCH] Indicate that -D is the default value. --- src/style_checker.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style_checker.adb b/src/style_checker.adb index eb4451e..24c462a 100644 --- a/src/style_checker.adb +++ b/src/style_checker.adb @@ -554,7 +554,8 @@ procedure Style_Checker is & " given pattern"); P (" -cF : disable copyright pattern check"); P (" -d : check single comment line dot ending"); - P (" -D : disable check for single comment line dot ending"); + P (" -D : disable check for single comment line dot" + & " ending (default)"); P (" -e DOS|UNIX : line ending style (UNIX default)"); P (" -E : disable line ending check"); P (" -h N : start with an header of N line (default N 20)"); -- 2.11.4.GIT