From b2b087bb27f1fd42e2c3b2abad49b6532021a0cc Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 29 Dec 2019 15:38:57 +0000 Subject: [PATCH] pspp-convert: Add --labels, --recode to usage message. --- utilities/pspp-convert.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utilities/pspp-convert.c b/utilities/pspp-convert.c index f7504c2bd8..3489a86b5d 100644 --- a/utilities/pspp-convert.c +++ b/utilities/pspp-convert.c @@ -473,6 +473,9 @@ General options:\n\ is one of the extensions listed above\n\ -e, --encoding=CHARSET override encoding of input data file\n\ -c MAXCASES limit number of cases to copy (default is all cases)\n\ +CSV output options:\n\ + --labels write value labels to output\n\ + --recode convert user-missing values to system-missing\n\ Password options (for used with encrypted files):\n\ -p PASSWORD individual password\n\ -a ALPHABET with -l, alphabet of passwords to try\n\ -- 2.30.2