mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
14 lines
450 B
Text
14 lines
450 B
Text
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
|