Skip to content

Commit

Permalink
Clarify wuffsfmt ignores . in paths not contents
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeltao committed Dec 18, 2019
1 parent a5dbb91 commit e7fb155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/wuffsfmt/main.go
Expand Up @@ -16,8 +16,8 @@
//
// Without explicit paths, it rewrites the standard input to standard output.
// Otherwise, the -l or -w or both flags must be given. Given a file path, it
// operates on that file; given a directory path, it operates on all .wuffs
// files in that directory, recursively. Files starting with a period are
// operates on that file; given a directory path, it operates on all *.wuffs
// files in that directory, recursively. File paths starting with a period are
// ignored.
package main

Expand Down

0 comments on commit e7fb155

Please sign in to comment.