Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Oct 7, 2024
1 parent 7f0b957 commit 5cf4684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
const versionString = "fstabfmt 1.2.0"

func usage() {
fmt.Println(versionString + `
fmt.Print(versionString + `
Usage: fstabfmt [-i] [-s NUM] [FILE]
fstabfmt formats /etc/fstab files.
Expand All @@ -22,6 +22,7 @@ or modify the given file if the -i flag is used.
-s, --spaces NUM Specify the number of spaces used between fields
-v, --version Display the current version
`)
}

Expand Down

0 comments on commit 5cf4684

Please sign in to comment.