summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
diff options
context:
space:
mode:
authorKarel Zak2016-09-16 13:22:47 +0200
committerKarel Zak2016-09-16 13:22:47 +0200
commit65f3ebc334f71846feb2536df570102ad26febff (patch)
tree1d4bc14cfd027fe03e0946d8b1b640e4afcea3b9 /libsmartcols/src/table.c
parentlibsmartcols: cleanup line separator usage (diff)
downloadkernel-qcow2-util-linux-65f3ebc334f71846feb2536df570102ad26febff.tar.gz
kernel-qcow2-util-linux-65f3ebc334f71846feb2536df570102ad26febff.tar.xz
kernel-qcow2-util-linux-65f3ebc334f71846feb2536df570102ad26febff.zip
libsmartcols: improve JSON
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/table.c')
-rw-r--r--libsmartcols/src/table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index 6a0f8303d..c0cf24636 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -725,7 +725,7 @@ int scols_table_set_symbols(struct libscols_table *tb,
*
* Enable/disable line separator printing. This is useful if you want to
* re-printing the same line more than once (e.g. progress bar). Don't use it
- * if you're not sure. This option may be ignored for JSON output.
+ * if you're not sure.
*
* Returns: 0 on success, negative number in case of an error.
*/