Update docstring
This commit is contained in:
parent
e718bae88e
commit
6d5713d021
1 changed files with 2 additions and 1 deletions
|
@ -300,7 +300,8 @@ def do_state(confdir, state_file):
|
|||
@click.argument("confdir", type=Path)
|
||||
@click.argument("requirement", type=str)
|
||||
def do_migrate(confdir, requirement):
|
||||
"""Convert from the 0.0.0 config format to the 0.1.0 TOML format"""
|
||||
"""Format the specified requirement to a canonical-ish representation."""
|
||||
|
||||
root = confdir.resolve()
|
||||
|
||||
if not root.is_dir():
|
||||
|
|
Loading…
Reference in a new issue