Skip to content

Commit

Permalink
Fix: But really honestly. Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaferrera committed May 25, 2016
1 parent aad5dda commit 5116ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stoq-framework/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def StoqArgs(parser):
help="Connector plugin used to archive files")
conn_opts.add_argument("-S", "--split",
dest='combined_results',
action='store_true',
action='store_false',
help="Split results on a per plugin basis")

source_opts = parser.add_argument_group('Ingest Options')
Expand Down

0 comments on commit 5116ee3

Please sign in to comment.