Skip to content

Commit 70e3fc8

Browse files
authored
Merge pull request Pennyw0rth#775 from Pennyw0rth/neff-patch-1
State that using a BINARY for schtask_as is optional
2 parents 1b620c0 + ac15a72 commit 70e3fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/schtask_as.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class NXCModule:
1919

2020
def options(self, context, module_options):
2121
r"""
22-
BINARY Upload the binary to be executed by CMD
2322
CMD Command to execute
2423
USER User to execute command as
24+
BINARY OPTIONAL: Upload the binary to be executed by CMD
2525
TASK OPTIONAL: Set a name for the scheduled task name
2626
FILE OPTIONAL: Set a name for the command output file
2727
LOCATION OPTIONAL: Set a location for the command output file (e.g. '\tmp\')

0 commit comments

Comments
 (0)