diff --git a/src/main.py b/src/main.py index dbf1258..85c5c6a 100644 --- a/src/main.py +++ b/src/main.py @@ -53,11 +53,11 @@ def main(files): if __name__ == '__main__': ap = argparse.ArgumentParser() - ap.add_argument('-f', '--files', type=str, nargs='+', help='Files to upload.', required=True) + ap.add_argument('-f', '--files', type=str, nargs='+', help='Files to compare.', required=True) args = ap.parse_args() files = args.files - + print('WARNING') print('All your sheets should have the same column order.\n')