diff --git a/hishtory.go b/hishtory.go index d47ede7..1df9239 100644 --- a/hishtory.go +++ b/hishtory.go @@ -287,9 +287,10 @@ Supported commands: history from another machine. 'hishtory init': Set the secret key to enable syncing shell commands from another machine with a matching secret key. + 'hishtory config-get', 'hishtory config-set', 'hishtory config-add', 'hishtory config-delete': Edit the config. See the README for details on each of the config options. 'hishtory uninstall': Permanently uninstall hishtory 'hishtory help': View this help page - `) // TODO; Update ^ to document the config-get and config-set options + `) default: lib.CheckFatalError(fmt.Errorf("unknown command: %s", os.Args[1])) }