diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-09-28 11:53:18 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-09-28 11:53:18 +0200 |
commit | ecd78b4dbc7cb634fc7bda67205a5bd04b13d5ea (patch) | |
tree | dc7b1845ae0476a061858277a30665b70d80e4fe /data/logs/README.md | |
parent | 9a828fe5ebd2383cce394eb76f44d14a9dbf143e (diff) | |
parent | 60e8a606e56fe8e140e405cd167c13989e9dbbf1 (diff) |
Merge branch 'release/debian/40.5-1'debian/40.5-1
Diffstat (limited to 'data/logs/README.md')
-rw-r--r-- | data/logs/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/logs/README.md b/data/logs/README.md index 4e5e370..8b427d6 100644 --- a/data/logs/README.md +++ b/data/logs/README.md @@ -1,4 +1,3 @@ - # Introduction The purpose of logs, is to gather information about options of different scanners. @@ -7,8 +6,8 @@ The purpose of logs, is to gather information about options of different scanner If you would like to check minimum and maximum values of the `brightness`, you could type: ``` - $ cd data/descriptors - $ git grep name=\'brightness\' +$ cd data/descriptors +$ git grep name=\'brightness\' ``` The output of this command will be for example: ``` @@ -24,8 +23,9 @@ for `Epson_NX300` it is `0,0`, as the descriptor is inactive and for `HP_4630` t # How to add new logs 1. Run simple scan in debug mode: - - $ simple-scan --debug + ``` + $ simple-scan --debug + ``` 1. Press scan button |