Fix format string usage.
[invirt/packages/invirt-web.git] / code / invirt.fcgi
index 607a4ea..9cda782 100755 (executable)
@@ -22,7 +22,7 @@ the first argument.
 
 Helper scripts "auth.fcgi" and "unauth.fcgi" are provided to
 facilitate running the server with no arguments.
-""" % (sys.argv[0], argv0_dir, argv0_dir)
+""" % (sys.argv[0],)
     sys.exit(2)
 
 if __name__ == "__main__":