From: panne Date: Wed, 27 Aug 2003 08:53:17 +0000 (+0000) Subject: [project @ 2003-08-27 08:53:17 by panne] X-Git-Tag: Approx_11550_changesets_converted~519 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=aa399f6e3a97392b9adebccac9abee2672f79dd5 [project @ 2003-08-27 08:53:17 by panne] Added a section about commandline arguments --- diff --git a/docs/coding-style.html b/docs/coding-style.html index 0ce4a3d..8fbb276 100644 --- a/docs/coding-style.html +++ b/docs/coding-style.html @@ -2,11 +2,11 @@ - GHC Style Guidelines for C code + Style Guidelines for fptools -

GHC Style guidelines for C code

+

Style Guidelines for fptools

Comments

@@ -512,5 +512,31 @@ it in case anyone else is changing that file. +

Commandline arguments

+ +A program in fptools should try follow the following rules for +commandline arguments: + + + +When an unknown commandline argument is encountered, the program +should display usage information on stderr and exit unsuccessfully. +