Skip to content

Commit

Permalink
Change option from --check-update-from-deviation to --check-update-fr…
Browse files Browse the repository at this point in the history
…om-deviation-module
  • Loading branch information
Jonathan Yang committed Aug 27, 2018
1 parent a3d9a8f commit f7b2cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyang/plugins/check_update.py
Expand Up @@ -34,7 +34,7 @@ def add_opts(self, optparser):
help=os.pathsep + "-separated search path" \
" for yin and yang modules used by" \
" OLDMODULE"),
optparse.make_option("-D", "--check-update-from-deviation",
optparse.make_option("-D", "--check-update-from-deviation-module",
dest="old_deviation",
default=[],
action="append",
Expand Down

0 comments on commit f7b2cf2

Please sign in to comment.