summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/plugins/get_repo_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/get_repo_plugin.py b/morphlib/plugins/get_repo_plugin.py
index 1da3c6f6..38c75670 100644
--- a/morphlib/plugins/get_repo_plugin.py
+++ b/morphlib/plugins/get_repo_plugin.py
@@ -35,7 +35,7 @@ class GetRepoPlugin(cliapp.Plugin):
def enable(self):
self.app.add_subcommand(
'get-repo', self.get_repo, arg_synopsis='CHUNK [PATH]')
- self.app.settings.string(['ref', 'r'],
+ self.app.settings.string(['checkout-ref'],
'ref to checkout in the cloned repo',
metavar='REF', default='',
group='get-repo options')