diff options
Diffstat (limited to 'docs/FORMATS')
-rw-r--r-- | docs/FORMATS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/FORMATS b/docs/FORMATS index 92e7760a..f1b9ad30 100644 --- a/docs/FORMATS +++ b/docs/FORMATS @@ -23,3 +23,4 @@ $[!30]1 prints parameter 1 padded to min. 30 chars $[-30]1 prints parameter 1 right aligned $[30?]1 prints parameter 1 padded with '?' characters $[30.0]1 prints parameter 1 padded with '0' characters +%| marks the indentation position. |