Update README.md with current documentation

This commit is contained in:
Anthony Oteri
2023-09-21 16:33:18 -04:00
parent 9a7cb368f9
commit 41ddcb1f5d
2 changed files with 83 additions and 27 deletions
+1 -2
View File
@@ -92,7 +92,6 @@ pub enum Commands {
#[command(arg_required_else_help = true)]
Delete { image: String, tag: String },
/// Perform a simple API Version check towards the configured registry
/// endpoint.
/// Perform a simple version check towards the Docker Registry API
Check,
}