1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-01-07 08:42:47 -05:00

Tweak --all message

This commit is contained in:
Jack Foltz 2018-12-09 01:10:01 -05:00
parent bebaa3ca63
commit 94b0ba2e93
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -57,7 +57,7 @@ if __name__ == '__main__':
parser = argparse.ArgumentParser(description="Foltik's super cool dotfiles install script")
parser.add_argument('packages', metavar='pkg', type=str, nargs='*')
parser.add_argument('-a', '--all', dest='all', action='store_const', const=True,
help='Run on all packages')
help='run on all packages in packages.yml')
actions = [
('-d', '--deploy', deploy.deploy, 'alias for -icsue'),