docs: Fix command reference for 'apdu' command

This fixes the below error during build of the documentation:

pysim/docs/shell.rst:349: ERROR: "<class 'pySim-shell.PySimCommands'>" has no attribute "apdu_cmd_parser"

Change-Id: If89b66a45ea18b5a3fc56bf77b05e679463da5a8
This commit is contained in:
Harald Welte
2023-10-23 22:26:06 +02:00
parent 49acc06327
commit 91eeecfbf3

View File

@@ -342,7 +342,7 @@ apdu
~~~~
.. argparse::
:module: pySim-shell
:func: PySimCommands.apdu_cmd_parser
:func: PysimApp.apdu_cmd_parser