From 40b85cef7143a6fd994072439072fc7fa4c5bc1b Mon Sep 17 00:00:00 2001 From: Simon Let Date: Wed, 26 Feb 2020 13:37:23 +0100 Subject: [PATCH] minor changes --- cmd/evaluate/main.go | 2 +- scripts/install.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/evaluate/main.go b/cmd/evaluate/main.go index 3b94f19..4c49143 100644 --- a/cmd/evaluate/main.go +++ b/cmd/evaluate/main.go @@ -32,7 +32,7 @@ func main() { showVersion := flag.Bool("version", false, "Show version and exit") showRevision := flag.Bool("revision", false, "Show git revision and exit") input := flag.String("input", "", - "Input file (default: "+historyPath+"OR"+sanitizedHistoryPath+ + "Input file (default: "+historyPath+" OR "+sanitizedHistoryPath+ " depending on --sanitized-input option)") // outputDir := flag.String("output", "/tmp/resh-evaluate", "Output directory") sanitizedInput := flag.Bool("sanitized-input", false, diff --git a/scripts/install.sh b/scripts/install.sh index af75226..bc77ee5 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -248,6 +248,7 @@ echo " WARNING It's recommended to RESTART all open terminal windows - ISSUES + ISSUES & FEEDBACK Please report issues to: https://github.com/curusarn/resh/issues + Feedback and suggestions are also very welcome! " \ No newline at end of file