Skip to content
Snippets Groups Projects
Commit 9af8eddb authored by Conrad Holmberg's avatar Conrad Holmberg
Browse files

Changed dump option to not have a email list association.

parent 3dca1e3d
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ if __name__ == '__main__':
# user invoked variables
parser.add_argument('-l','--list-fqdn', required=True, help='Required Mailing List')
parser.add_argument('-d','--dump',action='store_true'
parser.add_argument('-d','--dump',action='store_true',
help='Dumps a mailing list to stout in json format.')
parser.add_argument('-r','--restore',
help='Subscribes users from a source email list into a tareget email list if not already added.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment