Skip to content

Commit

Permalink
Fix usage hint for help on $variables (#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultimator14 committed Feb 6, 2024
1 parent 5b76150 commit 5e03fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/core/cmd/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static int rz_core_cmd_subst_i(RzCore *core, char *cmd, char *colon, bool *tmpse
#include "cmd_math.c"

static const char *help_msg_dollar[] = {
"Usage:", "$alias[=cmd] [args...]", "Alias commands and strings (See ?$? for help on $variables)",
"Usage:", "$alias[=cmd] [args...]", "Alias commands and strings (See %$? for help on $variables)",
"$", "", "list all defined aliases",
"$*", "", "list all the aliases as rizin commands in base64",
"$**", "", "same as above, but using plain text",
Expand Down

0 comments on commit 5e03fe8

Please sign in to comment.