mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
* lib-src/update-game-score.c (usage): Update usage line.
This commit is contained in:
parent
3e0be4ab3a
commit
ec3b5374a7
2 changed files with 6 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
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>
|
2011-07-02 Jason Rumney <jasonr@gnu.org>
|
||||||
|
|
||||||
* emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on
|
* emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ static int usage (int err) NO_RETURN;
|
||||||
static int
|
static int
|
||||||
usage (int err)
|
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, " update-game-score -h\n");
|
||||||
fprintf (stdout, " -h\t\tDisplay this help.\n");
|
fprintf (stdout, " -h\t\tDisplay this help.\n");
|
||||||
fprintf (stdout, " -m MAX\t\tLimit the maximum number of scores to MAX.\n");
|
fprintf (stdout, " -m MAX\t\tLimit 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 HAVE_STRERROR
|
||||||
#ifndef WINDOWSNT
|
#ifndef WINDOWSNT
|
||||||
char *
|
char *
|
||||||
strerror (errnum)
|
strerror (int errnum)
|
||||||
int errnum;
|
|
||||||
{
|
{
|
||||||
extern char *sys_errlist[];
|
extern char *sys_errlist[];
|
||||||
extern int sys_nerr;
|
extern int sys_nerr;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue