From 51f607fb1c63939f52609345698634df312b9f1b Mon Sep 17 00:00:00 2001 From: John Richards Date: Sun, 10 Oct 2021 23:36:46 -0400 Subject: [PATCH] Removes old variable that's no longer in code --- scripts/pymultic | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/pymultic b/scripts/pymultic index 8c508e5..2409185 100755 --- a/scripts/pymultic +++ b/scripts/pymultic @@ -230,8 +230,7 @@ if len(sys.argv) < 2: print('Usage: {} [-c] [versions] input.py'.format(sys.argv[0])) print('Compile input.py for one or more python versions') print() - print('-c\tuse prebuilt containers for running different versions of Python (only available for versions >= {})' - .format(PYVER_CONTAINER_MIN)) + print('-c\tuse prebuilt containers for running different versions of Python (not available for all versions)') print() print('Output is written to input..pyc for each version successfully compiled') print()