aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lutris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lutris.c b/src/lutris.c
index 0580818..cc6d8c4 100644
--- a/src/lutris.c
+++ b/src/lutris.c
@@ -89,7 +89,7 @@ COMMAND(lutris, install)
break;
case UNKNOWN_DIRECTIVE:
- printf("Unknown directive %i\nIf you see this please report it.", installer.directives[i]->command);
+ puts("Unknown directive\nIf you see this please report it with your system information and steps to reproduce this.");
break;
default: