diff options
| author | aarne <unknown> | 2005-06-02 09:23:52 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-06-02 09:23:52 +0000 |
| commit | a38a894481aff1b658b1d86409a1eaa59c737f2e (patch) | |
| tree | 7f955c733808000e1a20af013a1aa63bc11a1bbd /src/GF/Infra/Option.hs | |
| parent | d1ce9df4643af5f27972771ad6baf4d7bc81d369 (diff) | |
lin rules by parsing
Diffstat (limited to 'src/GF/Infra/Option.hs')
| -rw-r--r-- | src/GF/Infra/Option.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/GF/Infra/Option.hs b/src/GF/Infra/Option.hs index 779fa96f0..d84c7ca7e 100644 --- a/src/GF/Infra/Option.hs +++ b/src/GF/Infra/Option.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/11 10:28:16 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.27 $ +-- > CVS $Date: 2005/06/02 10:23:52 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.28 $ -- -- Options and flags used in GF shell commands and files. -- @@ -244,6 +244,7 @@ nostripQualif = iOpt "nostrip" showAll = iOpt "all" showMulti = iOpt "multi" fromSource = iOpt "src" +makeConcrete = iOpt "makeconcrete" -- ** mainly for stand-alone |
