Skip to content

Commit

Permalink
Updated usage string
Browse files Browse the repository at this point in the history
  • Loading branch information
baalimago committed Aug 21, 2024
1 parent 466fe92 commit f1f642e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cmd/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@ func formatCommandDescriptions() string {
return buf.String()
}

const usage = `== Web Development 40 ==
const usage = `== Web Development 41 ==
This tool is designed to enable hot reload for any statically hosted web development.
It injects a websocket script (in a mirrored version of the file) into html pages
This tool is designed to enable live reload for statically hosted web development.
It injects a websocket script in a mirrored version of html pages
and uses the fsnotify (cross-platform 'inotify' wrapper) package to detect filechanges.
On filechanges, the websocket will trigger a reload of the page.
The 40 is only to enable rust-repellant properties.
The 41 (formerly "40", before I got spooked by potential lawyers) is only
to enable rust-repellant properties.
Commands:
%v`
Expand Down

0 comments on commit f1f642e

Please sign in to comment.