Skip to content
Snippets Groups Projects
Commit 7925bf91 authored by Matthieu Gonnet's avatar Matthieu Gonnet Committed by Sebastien Luttringer
Browse files

Fix typo

parent bf9d94e0
No related branches found
No related tags found
No related merge requests found
......@@ -490,7 +490,7 @@ p_list.add_argument("-b", "--best", action="store_true", default=False,
p_list.add_argument("-c", "--changelog", action="store_true", default=False,
help="display image changelog")
p_list.add_argument("-p", "--as-path", action="store_true", default=False,
help="display repoistory content as path")
help="display repository content as path")
p_list.add_argument("object", nargs="*",
help="object syntax is <path|repository|[repository/]image[:version]>")
p_list.set_defaults(func=c_list, subparser=p_list)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment