projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d920d5
)
pspp-output: Fix typo in user message.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 24 Jan 2021 21:52:24 +0000
(13:52 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 25 Jan 2021 00:51:48 +0000
(16:51 -0800)
utilities/pspp-output.c
patch
|
blob
|
history
diff --git
a/utilities/pspp-output.c
b/utilities/pspp-output.c
index 971d86b8c9fad36e01e54e5c342b1db77a136886..755ba7ee65ba56d85d31571a7a6022d6a749464a 100644
(file)
--- a/
utilities/pspp-output.c
+++ b/
utilities/pspp-output.c
@@
-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;
}
}