Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Jan 15, 2017
1 parent f91f82b commit 8edcdec
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Walk](http://ejholmes.io/walk/) [![Build Status](https://travis-ci.org/ejholmes/walk.svg?branch=master)](https://travis-ci.org/ejholmes/walk)

walk(1) is a fast, lightweight, general purpose, graph based build and task execution utility.
walk(1) is a fast, general purpose, graph based build and task execution utility.

Heavily inspired by [make](https://www.gnu.org/software/make/) and [redo](https://github.com/apenwarr/redo).

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func isTerminal(w io.Writer) bool {
}

func usage() {
fmt.Fprintf(os.Stderr, "walk - A fast, lightweight, general purpose, graph based build and task execution utility.\n\n")
fmt.Fprintf(os.Stderr, "walk - A fast, general purpose, graph based build and task execution utility.\n\n")
fmt.Fprintf(os.Stderr, "VERSION:\n")
fmt.Fprintf(os.Stderr, " %s\n\n", Version)
fmt.Fprintf(os.Stderr, "USAGE:\n")
Expand Down
2 changes: 1 addition & 1 deletion man/walk.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.TH "WALK" "1" "January 2017" "" ""
.
.SH "NAME"
\fBwalk\fR \- A fast, lightweight, general purpose, graph based build and task execution utility\.
\fBwalk\fR \- A fast, general purpose, graph based build and task execution utility\.
.
.SH "SYNOPSIS"
\fBwalk\fR \fB\-\-help\fR
Expand Down
4 changes: 2 additions & 2 deletions man/walk.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/walk.1.ronn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
walk(1) -- A fast, lightweight, general purpose, graph based build and task execution utility.
walk(1) -- A fast, general purpose, graph based build and task execution utility.
==============================================================================================

## SYNOPSIS
Expand Down

0 comments on commit 8edcdec

Please sign in to comment.