Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ec3b5374
Commit
ec3b5374
authored
Jul 09, 2011
by
Andreas Schwab
Browse files
* lib-src/update-game-score.c (usage): Update usage line.
parent
3e0be4ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/update-game-score.c
lib-src/update-game-score.c
+2
-3
No files found.
lib-src/ChangeLog
View file @
ec3b5374
2011-07-09 Andreas Schwab <schwab@linux-m68k.org>
* update-game-score.c (usage): Update usage line.
2011-07-02 Jason Rumney <jasonr@gnu.org>
* emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on
...
...
lib-src/update-game-score.c
View file @
ec3b5374
...
...
@@ -71,7 +71,7 @@ static int usage (int err) NO_RETURN;
static
int
usage
(
int
err
)
{
fprintf
(
stdout
,
"Usage: update-game-score [-m MAX
] [
-r
] game/scorefile SCORE DATA
\n
"
);
fprintf
(
stdout
,
"Usage: update-game-score [-m MAX] [-r
] [-d DIR
] game/scorefile SCORE DATA
\n
"
);
fprintf
(
stdout
,
" update-game-score -h
\n
"
);
fprintf
(
stdout
,
" -h
\t\t
Display this help.
\n
"
);
fprintf
(
stdout
,
" -m MAX
\t\t
Limit the maximum number of scores to MAX.
\n
"
);
...
...
@@ -113,8 +113,7 @@ static void lose_syserr (const char *msg) NO_RETURN;
#ifndef HAVE_STRERROR
#ifndef WINDOWSNT
char
*
strerror
(
errnum
)
int
errnum
;
strerror
(
int
errnum
)
{
extern
char
*
sys_errlist
[];
extern
int
sys_nerr
;
...
...
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