commit | c3a11fb7edcff930be065ca609bc255bcef2b104 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@telfort.nl> | Sat Oct 07 16:45:17 2017 +0200 |
committer | Benno Schulenberg <bensberg@telfort.nl> | Thu Nov 02 17:27:53 2017 +0100 |
tree | 20c309cd572095fa2d6eed0dc0eefddbc3f23cd2 | |
parent | 953c2b8e79935c7e8e57e901018eb976b8021dc6 [diff] |
options: remove '--quiet' and 'set quiet', because they hide problems If the user uses a single version of nano, they have no need for --quiet. If they do sometimes use an older version and don't want to see the warnings, they can use 2>/dev/null (they could make an alias for that and put it before the call of nano).