[cowdancer] 01/01: parameter.c: Update short options

James Clarke jrtc27 at moszumanska.debian.org
Sun Jan 15 16:49:18 UTC 2017


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

jrtc27 pushed a commit to branch master
in repository cowdancer.

commit d12996d7cc90f39404c3a22938433fe47e357657
Author: James Clarke <jrtc27 at debian.org>
Date:   Sun Jan 15 16:46:25 2017 +0000

    parameter.c: Update short options
    
    -M and -m aren't real options (they're just used as dummy values for
    passing options directly to builder) and -d doesn't exist, but -B and -c
    do.
---
 parameter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parameter.c b/parameter.c
index 48660dc..6f7b886 100644
--- a/parameter.c
+++ b/parameter.c
@@ -494,7 +494,7 @@ int parse_parameter(int ac, char** av,
 	      PBUILDER_ADD_PARAM(strdup(optarg));
 
   /* load config files here. */
-  while((c = getopt_long (ac, av, "b:d:Mmhv", long_options, &index_point)) != -1)
+  while((c = getopt_long (ac, av, "b:B:c:hv", long_options, &index_point)) != -1)
     {
       switch (c)
 	{

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list