Skip to content

Commit 5348c09

Browse files
committed
remove flag option
1 parent 5422896 commit 5348c09

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

file.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ func fileOpen(path string) *os.File {
6060
func printCommandHelp() {
6161
fmt.Println(tColor.White + "CSSify is a tool to convert a image to HTML & CSS")
6262
fmt.Print("\nUsage:\n\n")
63-
fmt.Print("\tcssify <image path> [arguments]\n\n")
64-
fmt.Println("Flags:")
65-
fmt.Println(" -h, -hex\tHexadecimal with transparency DEFAULT")
66-
fmt.Println(" -r, -rgb\tRed Green Blue with transparency")
63+
fmt.Print("\tcssify <image path>\n\n")
6764
fmt.Print("\n")
6865
os.Exit(0)
6966
}

0 commit comments

Comments
 (0)