mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Change root command name to all lower case so that the cobra-generated examples work correctly on case-sensitive file systems
This commit is contained in:
parent
763c8208f7
commit
a039b19b9c
@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
// rootCmd represents the base command when called without any subcommands
|
// rootCmd represents the base command when called without any subcommands
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
Use: "hiSHtory",
|
Use: "hishtory",
|
||||||
Short: "hiSHtory: Better shell history",
|
Short: "hiSHtory: Better shell history",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user