Skip to content

Commit 8a0bf2e

Browse files
committed
FIX: License output in CLI
1 parent a27554d commit 8a0bf2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dstort.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ const (
2929
license_text = `Copyright (C) 2024 Tomás Gutiérrez L. (0x00)
3030
License GPLv3: GNU GPL version 3 <https://gnu.org/licenses/gpl.html>.
3131
This is free software: you are free to change and redistribute it.
32-
This program comes with ABSOLUTELY NO WARRANTY.`
32+
This program comes with ABSOLUTELY NO WARRANTY.
33+
`
3334
)
3435

3536
var directories []string

0 commit comments

Comments
 (0)