aboutsummaryrefslogtreecommitdiff
path: root/src/lutris.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lutris.c')
-rw-r--r--src/lutris.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lutris.c b/src/lutris.c
index 61a98c7..c57c866 100644
--- a/src/lutris.c
+++ b/src/lutris.c
@@ -195,11 +195,15 @@ int lutris_info(int argc, char** argv)
}
else
{
-
+ printf("Couldn't find an installer by the name `%s'\n", argv[1]);
}
lutris_freeInstaller(&installer);
}
+ else
+ {
+ puts(USAGE_STR " lutris info <installer-name>\nThe Name of an installer can be found by viewing the install script of an installer");
+ }
return 0;
}