Skip to content

Commit

Permalink
handlers: clarify help list
Browse files Browse the repository at this point in the history
  • Loading branch information
cizra authored and sriemer committed May 21, 2024
1 parent c6045a8 commit 0def8b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions handlers.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ bool handler__set(globals_t *vars, char **argv, unsigned argc);

#define LIST_SHRTDOC "list currently known matches"
#define LIST_LONGDOC "usage: list [max_to_print]\n" \
"Print currently known matches, along with details about the\n" \
"match, such as its type, location, and last known value. The number in\n" \
"the left column is the `match-id`, this can be passed to other commands\n" \
"Print currently known matches, along with details about the match:\n" \
"[match-id] address, region id + offset, region type, value, flags\n" \
"The left column is the `match-id`, this can be passed to other commands\n" \
"such as `set`, `delete`, etc.\n" \
"By default `list` prints up to 10k matches, a numerical parameter" \
"By default `list` prints up to 10k matches, a numerical parameter\n" \
"can be given to change this limit.\n" \
"The flags displayed indicate the possible types of the variable.\n" \
"Also the region id, an offset and the region type belonging to a match\n" \
Expand Down

0 comments on commit 0def8b2

Please sign in to comment.