Skip to content

Commit a18169a

Browse files
committed
Minor documentation tweak.
1 parent 404b119 commit a18169a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Features
2121
* Can redirect stdin, stdout, and stderr to TCP/IP sockets. Avoid blocking on anonymous pipes or storing output in files!
2222
* Can use named mutexes and semaphores to control how many processes can run at the same time.
2323
* Start elevated processes (UAC support).
24-
* Start child processes as any valid user without requiring the user's credentials. Including `NT AUTHORITY\SYSTEM`...aka the most powerful user account in Windows!
24+
* Start child processes as any valid user without requiring the user's credentials. Including the powerful NT AUTHORITY\SYSTEM account!
2525
* Pre-built binaries using Visual Studio (statically linked C++ runtime, minimal file size of ~162K, direct Win32 API calls).
2626
* Console and Windows subsystem variants.
2727
* Unicode support.

0 commit comments

Comments
 (0)