Add desktop integration and harden output formatting
This commit is contained in:
+1
-1
@@ -444,7 +444,7 @@ int main(int argc, char **argv)
|
||||
switch (c)
|
||||
{
|
||||
default:
|
||||
printf(_("Error: Invalid option\n"));
|
||||
printf("%s", _("Error: Invalid option\n"));
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user