diff options
Diffstat (limited to 'rcynic')
-rw-r--r-- | rcynic/show.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic/show.awk b/rcynic/show.awk index b533ac9d..091da4d6 100644 --- a/rcynic/show.awk +++ b/rcynic/show.awk @@ -15,7 +15,7 @@ # PERFORMANCE OF THIS SOFTWARE. # Prettyprint tab-delimited rcynic summary data. This is intended as -a postprocessor for show.xsl. +# a postprocessor for show.xsl. BEGIN { FS = "\t"; |