Merge pull request #6495 from thaJeztah/improve_versions

strip path-info from `-v` (version) output, and implement -v flag for containerd-shim
This commit is contained in:
Phil Estes
2022-03-08 13:57:34 -05:00
committed by GitHub
3 changed files with 26 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ import (
func main() {
if len(os.Args) != 2 {
fmt.Printf("Usage: %s file_or_directory\n", os.Args[0])
fmt.Println("Usage: get_owner_windows.exe file_or_directory")
os.Exit(1)
}