Skip to content

Commit ac15a72

Browse files
committed
State that using a BINARY for schtask_as is optional
1 parent e446d36 commit ac15a72

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)