aboutsummaryrefslogtreecommitdiff
path: root/src/lutris.c
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-11-26 08:34:58 +0100
committerJan200101 <sentrycraft123@gmail.com>2021-03-26 18:53:25 +0100
commit15159254cf97c35dfe320efb46c8e25fbeb8b462 (patch)
tree25d3fda9c090e876834bad6cbf2182c5feee3843 /src/lutris.c
parent90c0539f392f0ab8fa69b1f66b10da4a185c371f (diff)
downloadpolecat-15159254cf97c35dfe320efb46c8e25fbeb8b462.tar.gz
polecat-15159254cf97c35dfe320efb46c8e25fbeb8b462.zip
don't output a random number on unknown directive
Diffstat (limited to 'src/lutris.c')
-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: