Skip to content

Commit 8aff50a

Browse files
committed
Make get/getg help more consistent
1 parent 45cef82 commit 8aff50a

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,7 @@ def cmd_unload_tabs(str, words)
22982298
end
22992299

23002300
def cmd_get_help
2301-
print_line "Usage: get var1 var2 var3"
2301+
print_line "Usage: get var1 [var2 ...]"
23022302
print_line
23032303
print_line "The get command is used to get the value of one or more variables."
23042304
print_line

0 commit comments

Comments
 (0)