diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-02-14 07:06:43 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-02-14 07:06:43 +0000 |
commit | 9b369b10458ef05f7eed4dc8cd4e43b26f0f2c2e (patch) | |
tree | 66ad0abbe1f03043d9e4023afb190bf31416f685 /games/backgammon/common_source/save.c | |
parent | 266d72a9421fe6c848887e285136c281bf0750fb (diff) |
Command line arguments were not being handled correctly. Modified for
proper funtionality and for compliance with manpage.
Diffstat (limited to 'games/backgammon/common_source/save.c')
-rw-r--r-- | games/backgammon/common_source/save.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/backgammon/common_source/save.c b/games/backgammon/common_source/save.c index aa86cecfa1b..fbc381c2682 100644 --- a/games/backgammon/common_source/save.c +++ b/games/backgammon/common_source/save.c @@ -52,7 +52,7 @@ static char exist2[] = "' already exists.\nAre you sure you want to use this file?"; static char cantuse[] = "\nCan't use "; static char saved[] = "This game has been saved on the file '"; -static char type[] = "'.\nType \"backgammon "; +static char type[] = "'.\nType \"backgammon -s "; static char rec[] = "\" to recover your game.\n\n"; static char cantrec[] = "Can't recover file: "; |