Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
eded3317
Commit
eded3317
authored
Feb 21, 2018
by
Simon Matter
Committed by
Mike Gabriel
Feb 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nxagent: Print correct application in usage message.
Fixes ArcticaProject/nx-libs#639.
parent
7c32938a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
utils.c
nx-X11/programs/Xserver/os/utils.c
+5
-0
No files found.
nx-X11/programs/Xserver/os/utils.c
View file @
eded3317
...
@@ -556,7 +556,12 @@ AdjustWaitForDelay (void * waitTime, unsigned long newdelay)
...
@@ -556,7 +556,12 @@ AdjustWaitForDelay (void * waitTime, unsigned long newdelay)
void
UseMsg
(
void
)
void
UseMsg
(
void
)
{
{
#ifdef NXAGENT_SERVER
extern
const
char
*
__progname
;
ErrorF
(
"Usage: %s [<options>] [:<display>]
\n\n
"
,
__progname
);
#else
ErrorF
(
"use: X [:<display>] [option]
\n
"
);
ErrorF
(
"use: X [:<display>] [option]
\n
"
);
#endif
ErrorF
(
"-a # mouse acceleration (pixels)
\n
"
);
ErrorF
(
"-a # mouse acceleration (pixels)
\n
"
);
ErrorF
(
"-ac disable access control restrictions
\n
"
);
ErrorF
(
"-ac disable access control restrictions
\n
"
);
#ifdef MEMBUG
#ifdef MEMBUG
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment