Skip to content

Commit 7e47e8f

Browse files
author
hugsy
committed
Updated example of print-format to reflect short flag
1 parent 5d167f8 commit 7e47e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4327,7 +4327,7 @@ class PrintFormatCommand(GenericCommand):
43274327

43284328
_cmdline_ = "print-format"
43294329
_aliases_ = ["pf",]
4330-
_syntax_ = """{} [--lang LANG] [--bitlen SIZE] [--length LENGTH] [--clip] LOCATION
4330+
_syntax_ = """{} [--lang LANG] [--bitlen SIZE] [(--length,-l) LENGTH] [--clip] LOCATION
43314331
\t--lang LANG specifies the output format for programming language (available: {}, default 'py').
43324332
\t--bitlen SIZE specifies size of bit (possible values: {}, default is 8).
43334333
\t--length LENGTH specifies length of array (default is 256).

0 commit comments

Comments
 (0)