Lars Martin Hambro <lars_martin4 AT hotmail DOT com>
[reactos.git] / reactos / base / applications / shutdown / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE DISCARDABLE
4 BEGIN
5
6 IDS_USAGE, "Usage: shutdown [-?] [-l | -s | -r] [-f]\n\n\
7 No arguments or -?\tDisplay this message\n\
8 -l\t\t\tLog off\n\
9 -s\t\t\tShutdown the computer\n\
10 -r\t\t\tShutdown and restart the computer\n\
11 -f\t\t\tForces running applications to close without warnings\n\
12 \t\t\tIf you did not specify any other parameter, this option\n\
13 \t\t\twill also log off"
14 END