* remove trailing spaces. [ci skip]

This commit is contained in:
git 2023-08-02 23:43:29 +00:00
parent 192ed8e70f
commit 29fd05036b

View File

@ -2,12 +2,12 @@ import argparse
import textwrap import textwrap
# usage: [-h] [-a | --all | --no-all] [-s STACK_SIZE] [uplevel] # usage: [-h] [-a | --all | --no-all] [-s STACK_SIZE] [uplevel]
# #
# Dump a control frame # Dump a control frame
# #
# positional arguments: # positional arguments:
# uplevel CFP offset from the stack top # uplevel CFP offset from the stack top
# #
# options: # options:
# -h, --help show this help message and exit # -h, --help show this help message and exit
# -a, --all, --no-all dump all frames # -a, --all, --no-all dump all frames