#define S_WARNING_ADMIN_WIN "%s: Administrator permissions are needed to perform %s operations. Use an administrator command prompt to complete these tasks."
#define S_HELP_MAIN "Try '%s %s%s%s' for more information.\n"
#define S_HELP_TOOLBOXCMD "Usage: %s <command> [options] [subcommand]\nType '%s help <command>' for help on a specific command.\nType '%s -v' to see the Vmware Tools version.\nUse '-q' option to suppress stdout output.\nMost commands take a subcommand.\n\nAvailable commands:\n device\n disk\n script\n stat\n timesync\n\nFor additional information please visit http://www.vmware.com/support/\n\n"
-#define S_HELP_DEVICE "device: functions related to the virtual machine's hardware devices\nUsage: %s device <subcommand> [args]\n device is the name of the device.\n\nSubcommands:\n enable <dev>: enable the device dev\n disable <dev>: disable the device dev\n list: list all available devices\n status <dev>: print the status of a device\n"
+#define S_HELP_DEVICE "device: functions related to the virtual machine's hardware devices\nUsage: %s device <subcommand> [args]\n dev is the name of the device.\n\nSubcommands:\n enable <dev>: enable the device dev\n disable <dev>: disable the device dev\n list: list all available devices\n status <dev>: print the status of a device\n"
#define S_HELP_TIMESYNC "timesync: functions for controlling time synchronization on the guest OS\nUsage: %s timesync <subcommand>\n\nSubcommands:\n enable: enable time synchronization\n disable: disable time synchronization\n status: print the time synchronization status\n"
#define S_HELP_SCRIPT "script: control the scripts run in response to power operations\nUsage: %s script <power|resume|suspend|shutdown> <subcommand> [args]\n\nSubcommands:\n enable: enable the given script and restore its path to the default\n disable: disable the given script\n set <full_path>: set the given script to the given path\n default: print the default path of the given script\n current: print the current path of the given script\n"
#define S_HELP_DISK "disk: perform disk shrink operations\nUsage: %s disk <subcommand> [args]\n\nSubcommands:\n list: list available mountpoints\n shrink <mount-point>: shrinks a file system at the given mountpoint\n"