Remove empty parens

bug/bundler_fix
OJ 2013-12-04 07:10:23 +10:00
parent 58f156fba1
commit 1d757c40db
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ class Console::CommandDispatcher::Extapi::Clipboard
"-d" => [ false, "Download content, such as files, bitmap info (if applicable)" ]
)
def print_clipboard_get_data_usage()
def print_clipboard_get_data_usage
print(
"\nUsage: clipboard_get_data [-h] [-d]\n\n" +
"Attempts to read the data from the victim's clipboard. If the data is in a\n" +
@ -143,7 +143,7 @@ class Console::CommandDispatcher::Extapi::Clipboard
"-h" => [ false, "Help banner" ]
)
def clipboard_set_text_usage()
def clipboard_set_text_usage
print(
"\nUsage: clipboard_set_text [-h] <text>\n\n" +
"Set the target's clipboard to the given text value.\n\n")

View File

@ -42,7 +42,7 @@ class Console::CommandDispatcher::Extapi::Window
"-u" => [ false, "Include unknown/untitled windows in the result set" ]
)
def window_enum_usage()
def window_enum_usage
print(
"\nUsage: window_enum [-h] [-p parent_window] [-u]\n\n" +
"Enumerate the windows on the target.\n\n" +