summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9be003b..6f0dcb7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -56,5 +56,5 @@ void
usage(const char *program_name, FILE *stream)
{
fprintf(stream, "Usage: %s <game>\n", program_name);
- fputs("<game> can be \"demo\".\n", stream);
+ fputs("<game> can be \"demo\" or \"games/hello\".\n", stream);
}