reactos/base/applications/shutdown/lang/en-US.rc
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

15 lines
450 B
Plaintext

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE DISCARDABLE
BEGIN
IDS_USAGE, "Usage: shutdown [-?] [-l | -s | -r] [-f]\n\n\
No arguments or -?\tDisplay this message\n\
-l\t\t\tLog off\n\
-s\t\t\tShutdown the computer\n\
-r\t\t\tShutdown and restart the computer\n\
-f\t\t\tForces running applications to close without warnings\n\
\t\t\tIf you did not specify any other parameter, this option\n\
\t\t\twill also log off"
END