MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / help

Function help

tools/copyright_updater.py:81–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80
81def help():
82 print("\nInvalid command line options. Usage:")
83 print("\t{0} <year to find> <year to replace>".format(sys.argv[0]))
84 print("\tExample: {0} 2018 2019\n".format(sys.argv[0]))
85 sys.exit(1)
86
87
88if __name__ == '__main__':

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected