We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
print-format
1 parent 5d167f8 commit 7e47e8fCopy full SHA for 7e47e8f
gef.py
@@ -4327,7 +4327,7 @@ class PrintFormatCommand(GenericCommand):
4327
4328
_cmdline_ = "print-format"
4329
_aliases_ = ["pf",]
4330
- _syntax_ = """{} [--lang LANG] [--bitlen SIZE] [--length LENGTH] [--clip] LOCATION
+ _syntax_ = """{} [--lang LANG] [--bitlen SIZE] [(--length,-l) LENGTH] [--clip] LOCATION
4331
\t--lang LANG specifies the output format for programming language (available: {}, default 'py').
4332
\t--bitlen SIZE specifies size of bit (possible values: {}, default is 8).
4333
\t--length LENGTH specifies length of array (default is 256).
0 commit comments