Corrected some typos and stuff pointed out by Rimas.

This commit is contained in:
Humdinger 2011-11-25 22:25:01 +01:00
parent 9ea3ffe65c
commit fedd311986

View File

@ -830,15 +830,15 @@ void
WorkspacesApp::Usage(const char *programName)
{
printf(B_TRANSLATE("Usage: %s [options] [workspace]\n"
"where \"options\" is one of:\n"
" --notitle\t\ttitle bar removed. border and resize kept.\n"
" --noborder\t\ttitle, border, and resize removed.\n"
"where \"options\" are:\n"
" --notitle\t\ttitle bar removed, border and resize kept\n"
" --noborder\t\ttitle, border, and resize removed\n"
" --avoidfocus\t\tprevents the window from being the target of "
"keyboard events.\n"
"keyboard events\n"
" --alwaysontop\t\tkeeps window on top\n"
" --notmovable\t\twindow can't be moved around\n"
" --autoraise\t\tauto-raise the workspace window when it's at the "
"screen corner\n"
"screen edge\n"
" --help\t\tdisplay this help and exit\n"
"and \"workspace\" is the number of the Workspace to which to switch "
"(0-31)\n"),