From 59d72e349a19da49d22934c1cdab914c3087c702 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 19 Jun 2012 22:06:59 +0200 Subject: The commandline parser was too permissive, make it more strict The parser allowed more possible argument alternatives for command options than the documented one, which limited the possibility of other option names. The patch makes the parser more strict. --- tests/restore.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/restore.t') diff --git a/tests/restore.t b/tests/restore.t index 7570bc1..b151be8 100644 --- a/tests/restore.t +++ b/tests/restore.t @@ -3,5 +3,5 @@ # Save sets and compare 0 ipset save > .foo && diff restore.t.multi.saved .foo # Delete all sets -0 ipset -x +0 ipset x # eof -- cgit v1.2.3