From f8976dd0c220f582d618c948b8541e770a4dfa83 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Sat, 14 Feb 2015 04:50:33 -0800 Subject: [PATCH] Shuffled help text so it's in better order --- cmd/main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/main.go b/cmd/main.go index e3323e1..c2f4aeb 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -16,17 +16,17 @@ func getArgs() []string { const help = `an idempotent tool for managing /etc/hosts + * WARNING: This program is BETA and not all commands are implemented. + * Commands will exit 0 or 1 in a sensible way so you can use the exit code for bash and make scripting. Add -h to any command to learn more about it. - * To preview a hostess-managed hostsfile run ` + "`" + `hostess fix -n` + "`" + ` - * You can specify the HOSTESS_FILE environment variable to operate on a file other than /etc/hosts - * WARNING: This program is BETA and not all commands are implemented. + * To preview a hostess-managed hostsfile run ` + "`" + `hostess fix -n` + "`" + ` - * Report bugs at https://github.com/cbednarski/hostess` + * Report bugs and feedback at https://github.com/cbednarski/hostess` func main() { app := cli.NewApp()