[pkg-haskell-tools] 01/02: make-all: Fixes to the command line parser

Joachim Breitner nomeata at moszumanska.debian.org
Sat Aug 15 13:34:29 UTC 2015


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

nomeata pushed a commit to branch master
in repository pkg-haskell-tools.

commit 5d0b7c1f21183558fabd2bf859bb5915f3cc6f64
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 15:33:19 2015 +0200

    make-all: Fixes to the command line parser
---
 src/make-all.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/make-all.hs b/src/make-all.hs
index 5cb2c59..19f2275 100644
--- a/src/make-all.hs
+++ b/src/make-all.hs
@@ -45,6 +45,7 @@ confSpec :: O.Parser Conf
 confSpec = Conf
  <$> strOption (
     long "distribution" <>
+    short 'd' <>
     metavar "DIST" <>
     help "Distribution to build for (passed to sbuild)" <>
     showDefault <>
@@ -75,7 +76,7 @@ confSpec = Conf
     )
  <*> strOption  (
     long "chroot" <>
-    short 'j' <>
+    short 'c' <>
     metavar "SCHROOT" <>
     help "name of the schroot to use" <>
     showDefault <>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git



More information about the Pkg-haskell-commits mailing list