pspp-output: Fix typo in user message.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Jan 2021 21:52:24 +0000 (13:52 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 25 Jan 2021 00:51:48 +0000 (16:51 -0800)
utilities/pspp-output.c

index 971d86b8c9fad36e01e54e5c342b1db77a136886..755ba7ee65ba56d85d31571a7a6022d6a749464a 100644 (file)
@@ -1005,7 +1005,7 @@ parse_select (char *arg)
           int class = spv_item_class_from_string (token);
           if (class == SPV_N_CLASSES)
             error (1, 0, _("%s: unknown object class (use --select=help "
-                           "for help"), arg);
+                           "for help)"), arg);
           classes |= 1u << class;
         }
     }