##// END OF EJS Templates
progress: use inline literals in help string
Martin Geisler -
r10471:132eb712 stable
parent child Browse files
Show More
@@ -33,10 +33,10 b' The following settings are available::'
33 33 # (that is, min(width, term width) will be used)
34 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 item.
37 item defaults to the last 20 characters of the item, but this can be
38 changed by adding either -<num> which would take the last num characters,
39 or +<num> for the first num characters.
36 Valid entries for the format field are topic, bar, number, unit, and
37 item. item defaults to the last 20 characters of the item, but this
38 can be changed by adding either ``-<num>`` which would take the last
39 num characters, or ``+<num>`` for the first num characters.
40 40 """
41 41
42 42 import sys
General Comments 0
You need to be logged in to leave comments. Login now