=== modified file 'mandos-ctl' --- mandos-ctl 2019-07-28 14:39:47 +0000 +++ mandos-ctl 2019-07-29 16:35:53 +0000 @@ -2002,10 +2002,10 @@ def test_manual_page_example_1(self): - self.assert_command_from_args("--verbose".split(), + self.assert_command_from_args("", command.PrintTable, clients=[], - verbose=True) + verbose=False) def test_manual_page_example_2(self): self.assert_command_from_args( === modified file 'mandos-ctl.xml' --- mandos-ctl.xml 2019-03-08 23:55:34 +0000 +++ mandos-ctl.xml 2019-07-29 16:35:53 +0000 @@ -2,7 +2,7 @@ - + %common; ]> @@ -557,7 +557,11 @@ EXAMPLE + + To list all clients: @@ -567,6 +571,7 @@ + To list all settings for the clients named foo1.example.org and + To enable all clients: @@ -590,6 +596,7 @@ + To change timeout and interval value for the clients named foo1.example.org and -&COMMANDNAME; --timeout="PT5M" --interval="PT1M" foo1.example.org foo2.example.org +&COMMANDNAME; --timeout=PT5M --interval=PT1M foo1.example.org foo2.example.org + - To approve all clients currently waiting for it: + To approve all clients currently waiting for approval: &COMMANDNAME; --approve --all