Fix incomplete command help text

This commit is contained in:
Alberto Fernández
2020-05-27 23:48:07 +02:00
committed by Baldur Karlsson
parent abb959e1fd
commit d5c83c76a0
+1 -1
View File
@@ -1378,7 +1378,7 @@ public:
else
std::cerr << " (This does not require admin permission)" << std::endl;
std::cerr << std::endl;
std::cerr << " If you want to install system-wide, run 'vulkanlayer --system'."
std::cerr << " If you want to install system-wide, run 'vulkanlayer --register --system'."
<< std::endl;
std::cerr << " (This requires admin permission)" << std::endl;