[svn:parrot] r47623 - trunk/tools/util

coke at svn.parrot.org coke at svn.parrot.org
Mon Jun 14 16:42:15 UTC 2010


Author: coke
Date: Mon Jun 14 16:42:15 2010
New Revision: 47623
URL: https://trac.parrot.org/parrot/changeset/47623

Log:
Update usage to reflect that multiple keys are allowed.

Modified:
   trunk/tools/util/parrot-config.pir

Modified: trunk/tools/util/parrot-config.pir
==============================================================================
--- trunk/tools/util/parrot-config.pir	Mon Jun 14 16:27:54 2010	(r47622)
+++ trunk/tools/util/parrot-config.pir	Mon Jun 14 16:42:15 2010	(r47623)
@@ -92,7 +92,7 @@
     .include 'stdio.pasm'
     $P1 = $P0.'stdhandle'(.PIO_STDERR_FILENO)
     $P1.'print'($S0)
-    $P1.'print'(" [ <config-key> | --dump | --help ]\n")
+    $P1.'print'(" [ <config-key> [ <config-key> ... ] | --dump | --help ]\n")
     exit 1
 .end
 


More information about the parrot-commits mailing list