Skip to content

Commit 7ab64b3

Browse files
authored
fix typo
1 parent 138e216 commit 7ab64b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ysoserial/Plugins/DotNetNukePlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DotNetNukePlugin : Plugin
1515

1616
static OptionSet options = new OptionSet()
1717
{
18-
{"m|mode=", "the payload mode: read_file, upload_file, run_command.", v => mode = v },
18+
{"m|mode=", "the payload mode: read_file, write_file, run_command.", v => mode = v },
1919
{"c|command=", "the command to be executed in run_command mode.", v => command = v },
2020
{"u|url=", "the url to fetch the file from in write_file mode.", v => url = v },
2121
{"f|file=", "the file to read in read_file mode or the file to write to in write_file_mode.", v => path = v },

0 commit comments

Comments
 (0)