]> git.mxchange.org Git - flightgear.git/commitdiff
- remove redundant command
authormfranz <mfranz>
Tue, 23 Sep 2008 20:21:19 +0000 (20:21 +0000)
committermfranz <mfranz>
Tue, 23 Sep 2008 20:21:19 +0000 (20:21 +0000)
- better alignment of help screen

scripts/tools/lsprop

index 61fdcec204afc49c40093ec88d5fc4dffc150ac4..da280e86c414b7b2c3619470bdf29c193f92f951 100755 (executable)
@@ -18,16 +18,16 @@ Options:
        -f, --format       set output format  (default: --format="%f +%l: %p = '%v'")
 
 Format:
-       %f   file path
-       %l   line number
-       %c   column number
-       %p   property path
-       %t   property type
-       %V   raw value (unescaped)
-       %v   cooked value (carriage return, non printable chars etc. escaped)
-       %q   like %v, but single quotes escaped to \\'
-       %Q   like %v, but double quotes escaped to \\"
-       %%   percent sign
+       %f  file path
+       %l  line number
+       %c  column number
+       %p  property path
+       %t  property type
+       %V  raw value (unescaped)
+       %v  cooked value (carriage return, non printable chars etc. escaped)
+       %q  like %v, but single quotes escaped to \\'
+       %Q  like %v, but double quotes escaped to \\"
+       %%  percent sign
 
 Environment:
        FG_ROOT
@@ -243,7 +243,6 @@ def main():
        f = f.replace("\\033", "\x1b")
        f = f.replace("\\x1b", "\x1b")
        f = f.replace("%%", "\x01\x01")
-       f = f.replace("%(", "\x01\x01(")
        f = f.replace("%f", "\x01(f)s")
        f = f.replace("%l", "\x01(l)d")
        f = f.replace("%c", "\x01(c)d")