Skip to content

Commit

Permalink
feat: change the argument information to unify
Browse files Browse the repository at this point in the history
  • Loading branch information
rafabailon committed Jun 19, 2024
1 parent 91ad2fe commit 5757bb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_script_arguments():
parser.add_argument('-c', '--columns', dest='columns', default=None,
help=f'Path to Json with Columns to Plot. Default {None}.')
parser.add_argument('-u', '--unify', dest='unify', default=False,
help=f'Unify process values. Default {False}.')
help=f'Unify data of the binary processes with their subprocesses to plot. Default {False}.')

return parser.parse_args()

Expand Down

0 comments on commit 5757bb6

Please sign in to comment.