Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revamp documentation #785

Merged
merged 4 commits into from
Feb 10, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: clarify --files-without-match
This adds a couple common keywords to the documentation.

Fixes #779
  • Loading branch information
BurntSushi committed Feb 10, 2018
commit b4830f1d67f8488b5c3619d827f1e59498df231d
3 changes: 2 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,8 @@ This overrides --file-without-match.
fn flag_files_without_match(args: &mut Vec<RGArg>) {
const SHORT: &str = "Only print the paths that contain zero matches.";
const LONG: &str = long!("\
Only print the paths that contain zero matches.
Only print the paths that contain zero matches. This inverts/negates the
--file-with-matches flag.

This overrides --file-with-matches.
");
Expand Down