From 31c9d3590337f612662cfbe542c80e96c84299a0 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Sat, 21 Nov 2020 18:54:17 +0100 Subject: Update readme (once again), add message for no installer found --- src/lutris.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lutris.c') 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 \nThe Name of an installer can be found by viewing the install script of an installer"); + } return 0; } -- cgit v1.2.3