Skip to content

Commit 9dee394

Browse files
authored
Merge pull request #20463 from adfoster-r7/update-display-module-action-wording
Update display module action wording
2 parents 003870e + 7c3ba83 commit 9dee394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ def cmd_use(*args)
909909
end
910910

911911
if framework.features.enabled?(Msf::FeatureManager::DISPLAY_MODULE_ACTION) && mod.respond_to?(:actions) && mod.actions.size > 1
912-
print_status "Using action %grn#{mod.action.name}%clr - view all #{mod.actions.size} actions with the %grnshow actions%clr command"
912+
print_status "Setting default action %grn#{mod.action.name}%clr - view all #{mod.actions.size} actions with the %grnshow actions%clr command"
913913
end
914914

915915
mod.init_ui(driver.input, driver.output)

0 commit comments

Comments
 (0)