improve conflict error messages, add -v to usage

This commit is contained in:
2026-03-04 21:21:44 +00:00
parent dd8e3035df
commit 5a58be10c8
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -56,6 +56,7 @@ func usage() {
fmt.Println(" sigil unlink <package> [--dry-run]")
fmt.Println(" sigil remove <package> [--dry-run]")
fmt.Println(" sigil status")
fmt.Println(" sigil -v, --version")
}
func applyCmd(args []string) error {