M README.md +1 -1
@@ 54,7 54,7 @@ Available Commands:
Flags:
-d, --database string Path to SQLite3 database file. (default "~/.tago/tago.db")
- -f, --fullpath Use full path for all files (disabled relative path display.)
+ -f, --fullpath Use full path for all files (disabled relative path display)
-h, --help help for tago
-v, --version version for tago
M cmd/root.go +1 -1
@@ 25,7 25,7 @@ func init() {
)
rootCmd.PersistentFlags().BoolVarP(
&fullPath, "fullpath", "f", false,
- "Use full path for all files (disabled relative path display.)",
+ "Use full path for all files (disabled relative path display)",
)
}