diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lutris.c | 2 |
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: |