Show More
@@ -33,10 +33,10 b' The following settings are available::' | |||||
33 | # (that is, min(width, term width) will be used) |
|
33 | # (that is, min(width, term width) will be used) | |
34 | clear-complete = True # clear the progress bar after it's done |
|
34 | clear-complete = True # clear the progress bar after it's done | |
35 |
|
35 | |||
36 |
Valid entries for the format field are topic, bar, number, unit, and |
|
36 | Valid entries for the format field are topic, bar, number, unit, and | |
37 |
item defaults to the last 20 characters of the item, but this |
|
37 | item. item defaults to the last 20 characters of the item, but this | |
38 |
changed by adding either -<num> which would take the last |
|
38 | can be changed by adding either ``-<num>`` which would take the last | |
39 | or +<num> for the first num characters. |
|
39 | num characters, or ``+<num>`` for the first num characters. | |
40 | """ |
|
40 | """ | |
41 |
|
41 | |||
42 | import sys |
|
42 | import sys |
General Comments 0
You need to be logged in to leave comments.
Login now