From c4c5b8ba1d191bcde65eb09c9ce30b18c4619a35 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Mon, 15 Oct 2012 14:29:07 -0400 Subject: pactree: fix --sync getopt value The long --sync options has apparently never worked. Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- src/util/pactree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/pactree.c') diff --git a/src/util/pactree.c b/src/util/pactree.c index 4488645f..ab5d90a1 100644 --- a/src/util/pactree.c +++ b/src/util/pactree.c @@ -217,7 +217,7 @@ static int parse_options(int argc, char *argv[]) {"help", no_argument, 0, 'h'}, {"linear", no_argument, 0, 'l'}, {"reverse", no_argument, 0, 'r'}, - {"sync", no_argument, 0, 'S'}, + {"sync", no_argument, 0, 's'}, {"unique", no_argument, 0, 'u'}, {"config", required_argument, 0, OP_CONFIG}, -- cgit v1.2.3-54-g00ecf