diff --git a/README.md b/README.md index e30a010..6744711 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ exa’s options are similar, but not exactly the same, as `ls`. - **-r**, **--reverse**: reverse sort order - **-s**, **--sort=(field)**: field to sort by - **--group-directories-first**: list directories before other files +- **-I**, **--ignore-glob=(globs)**: glob patterns (pipe-separated) of files to ignore ### Long View Options diff --git a/src/options/help.rs b/src/options/help.rs index 2e99c2b..097616b 100644 --- a/src/options/help.rs +++ b/src/options/help.rs @@ -17,6 +17,7 @@ FILTERING AND SORTING OPTIONS size, extension, modified, accessed, created, inode, none --group-directories-first list directories before other files + -I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore "##; pub static LONG_OPTIONS: &'static str = r##"