X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommand.def;h=ccbb462172cf7c2aa45cedaed40198268d79fc98;hb=ecef385b0191afa4c27927146ac1f6c5a1852119;hp=2b00ea27b8138e2873d9c4a2f71c4b0a0cd0469d;hpb=94a7e63351c5eb4fe0d0507dfe4537ece935d134;p=pspp diff --git a/src/language/command.def b/src/language/command.def index 2b00ea27b8..ccbb462172 100644 --- a/src/language/command.def +++ b/src/language/command.def @@ -201,10 +201,10 @@ UNIMPL_CMD ("MATRIX DATA", "Matrix data input") UNIMPL_CMD ("MCONVERT", "Convert covariance/correlation matrices") UNIMPL_CMD ("MEANS", cmd_means) UNIMPL_CMD ("MIXED", "Mixed linear models") -UNIMPL_CMD ("MODEL CLOSE ", "Close server connection") +UNIMPL_CMD ("MODEL CLOSE", "Close server connection") UNIMPL_CMD ("MODEL HANDLE", "Define server connection") -UNIMPL_CMD ("MODEL LIST ", "Show existing models") -UNIMPL_CMD ("MODEL NAME ", "Specify model label") +UNIMPL_CMD ("MODEL LIST", "Show existing models") +UNIMPL_CMD ("MODEL NAME", "Specify model label") UNIMPL_CMD ("MULTIPLE CORRESPONDENCE", "Multiple correspondence analysis") UNIMPL_CMD ("MULT RESPONSE", "Multiple reponse analysis") UNIMPL_CMD ("MVA", "Missing value analysis")