Commit ec765fc2 by Max Rothman

Fix xqueue helptext

parent 2722e147
...@@ -76,7 +76,7 @@ if __name__ == '__main__': ...@@ -76,7 +76,7 @@ if __name__ == '__main__':
xq_migration_args = parser.add_argument_group("xqueue_migrations", xq_migration_args = parser.add_argument_group("xqueue_migrations",
"Args for running xqueue migration checks.") "Args for running xqueue migration checks.")
xq_migration_args.add_argument("--xqueue-code-dir", xq_migration_args.add_argument("--xqueue-code-dir",
help="Location of the edx-platform code.") help="Location of the xqueue code.")
xq_migration_args.add_argument("--xqueue-python", xq_migration_args.add_argument("--xqueue-python",
help="Path to python to use for executing migration check.") help="Path to python to use for executing migration check.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment