The long --sync options has apparently never worked.

Signed-off-by: Andrew Gregory <[email protected]>
---
 src/util/pactree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/pactree.c b/src/util/pactree.c
index 4488645..ab5d90a 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},
-- 
1.7.12.2


Reply via email to