Skip to content

Commit

Permalink
Update channel option per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Jun 15, 2015
1 parent 758cd32 commit 0a61432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/cli/main_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def configure_parser(sub_parsers):
help='Display root environment path.',
)
p.add_argument(
'--channels',
'--unsafe-channels',
action='store_true',
help='Display list of channels.',
help='Display list of channels with tokens exposed.',
)
p.set_defaults(func=execute)

Expand Down

0 comments on commit 0a61432

Please sign in to comment.