You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by st...@apache.org on 2016/12/05 18:07:07 UTC

svn commit: r1772741 - /comdev/tmp/random_projects.py

Author: stain
Date: Mon Dec  5 18:07:07 2016
New Revision: 1772741

URL: http://svn.apache.org/viewvc?rev=1772741&view=rev
Log:
random_projects example

Modified:
    comdev/tmp/random_projects.py

Modified: comdev/tmp/random_projects.py
URL: http://svn.apache.org/viewvc/comdev/tmp/random_projects.py?rev=1772741&r1=1772740&r2=1772741&view=diff
==============================================================================
--- comdev/tmp/random_projects.py (original)
+++ comdev/tmp/random_projects.py Mon Dec  5 18:07:07 2016
@@ -18,6 +18,14 @@
 """
 Prints out some random projects (by default 5)
 from https://projects.apache.org/json/foundation/projects.json
+
+Example:
+
+    stain@biggiebuntu:~/src/comdev/tmp$ ./random_projects.py 3
+    karaf
+    activemq
+    oozie
+
 """
 
 import urllib.request