From 1f538498105c0904ffd34c91a0fbd71f2dbc872a Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Wed, 30 Jan 2008 16:11:06 +0100 Subject: [PATCH] Document -lang to display supported languages --- src/style_checker.adb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style_checker.adb b/src/style_checker.adb index b7472fb..df7d599 100644 --- a/src/style_checker.adb +++ b/src/style_checker.adb @@ -534,6 +534,7 @@ procedure Style_Checker is P ("Style Checker " & Version.Simple); Text_IO.New_Line; P ("style_checker [-lang name] [options] file1 file2..."); + P (" -lang : list all built-in supported languages"); P (" -lang NAME : following options are for this specific language"); P (" -abs : output absolute path name"); P (" -ign EXT : ignore files having EXT has extension"); -- 2.11.4.GIT