Update docstring

This commit is contained in:
Reid 'arrdem' McKenzie 2022-07-26 00:24:30 -06:00
parent e718bae88e
commit 6d5713d021

View file

@ -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():