[前][次][番号順一覧][スレッド一覧]

ruby-changes:17058

From: nobu <ko1@a...>
Date: Thu, 19 Aug 2010 22:50:48 +0900 (JST)
Subject: [ruby-changes:17058] Ruby:r29056 (trunk): * tool/make-snapshot (usage): mention versions.

nobu	2010-08-19 22:50:43 +0900 (Thu, 19 Aug 2010)

  New Revision: 29056

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29056

  Log:
    * tool/make-snapshot (usage): mention versions.

  Modified files:
    trunk/tool/make-snapshot

Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 29055)
+++ tool/make-snapshot	(revision 29056)
@@ -15,10 +15,14 @@
 def usage
   <<USAGE
 usage: #{File.basename $0} [option...] new-directory-to-save [version ...]
+options:
   -exported=PATH        make snapshot from already exported working directory
   -archname=NAME        make the basename of snapshots NAME
   -keep_temp            keep temporary working directory
   -patch_file=PATCH     apply PATCH file after export
+version:
+  trunk, stable, branches/*, tags/*, X.Y.Z, X.Y.Z-pL
+each versions may be followed by optional @revision.
 USAGE
 end
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]