minor changes

pull/123/head v2.5.23
Simon Let 6 years ago
parent d265223071
commit 40b85cef71
  1. 2
      cmd/evaluate/main.go
  2. 3
      scripts/install.sh

@ -32,7 +32,7 @@ func main() {
showVersion := flag.Bool("version", false, "Show version and exit") showVersion := flag.Bool("version", false, "Show version and exit")
showRevision := flag.Bool("revision", false, "Show git revision and exit") showRevision := flag.Bool("revision", false, "Show git revision and exit")
input := flag.String("input", "", input := flag.String("input", "",
"Input file (default: "+historyPath+"OR"+sanitizedHistoryPath+ "Input file (default: "+historyPath+" OR "+sanitizedHistoryPath+
" depending on --sanitized-input option)") " depending on --sanitized-input option)")
// outputDir := flag.String("output", "/tmp/resh-evaluate", "Output directory") // outputDir := flag.String("output", "/tmp/resh-evaluate", "Output directory")
sanitizedInput := flag.Bool("sanitized-input", false, sanitizedInput := flag.Bool("sanitized-input", false,

@ -248,6 +248,7 @@ echo "
WARNING WARNING
It's recommended to RESTART all open terminal windows It's recommended to RESTART all open terminal windows
ISSUES ISSUES & FEEDBACK
Please report issues to: https://github.com/curusarn/resh/issues Please report issues to: https://github.com/curusarn/resh/issues
Feedback and suggestions are also very welcome!
" "
Loading…
Cancel
Save