summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorghankins <ghankins@mindspring.com>2016-08-03 22:02:54 -0400
committerghankins <ghankins@mindspring.com>2016-08-03 22:02:54 -0400
commitd54c81601160585cad539ff20695f834c7adbb59 (patch)
treeeefa03b4214ac999012ce74fb94cc6b9f56d04ac /README.md
parent5e19bcca367a4445d1ef2e4e222cf5c7b28942b9 (diff)
clarified how to find model file
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82b90a7..c94919e 100644
--- a/README.md
+++ b/README.md
@@ -511,7 +511,7 @@ output:
### Output types
-If you prefer to have different outputs in different files and/or directories, you can easily do this by modifying the corresponding model. To change the behaviour for IOS, you would edit `lib/oxidized/model/ios.rb`.
+If you prefer to have different outputs in different files and/or directories, you can easily do this by modifying the corresponding model. To change the behaviour for IOS, you would edit `lib/oxidized/model/ios.rb` (run `gem contents oxidized` to find out the full file path).
For example, let's say you want to split out `show version` and `show inventory` into separate files in a directory called `nodiff` which your tools will not send automated diffstats for. You can apply a patch along the lines of