Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Add emacs as option to env command --shell flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatos authored Apr 12, 2018
1 parent 1e3b6b6 commit a6afb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ var Commands = []cli.Command{
},
cli.StringFlag{
Name: "shell",
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell, tcsh], default is auto-detect",
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell, tcsh, emacs], default is auto-detect",
},
cli.BoolFlag{
Name: "unset, u",
Expand Down

0 comments on commit a6afb96

Please sign in to comment.