Skip to content

Commit 8acc768

Browse files
committed
Copy documentation
1 parent b5f4b72 commit 8acc768

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher/priv

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/timestomp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def cmd_timestomp(*args)
6161
args.each { |a| file_path = a unless a[0] == "-" }
6262

6363
if file_path.nil?
64-
print_line("\nNo filepath specified.")
64+
print_line("\nNo file_path specified.")
6565
return
6666
end
6767

0 commit comments

Comments
 (0)