diff --git a/cmd/system_update.go b/cmd/system_update.go index 2af3116..b338485 100644 --- a/cmd/system_update.go +++ b/cmd/system_update.go @@ -40,7 +40,7 @@ func (systemupdate) Description() wisski_distillery.Description { } var errNoGraphDBZip = exit.Error{ - Message: "%s does not exist", + Message: "%q does not exist", ExitCode: exit.ExitCommandArguments, }