From a83e25873799c28e76d0c57d63a060da14c939c8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 26 Jun 2010 16:17:10 -0400 Subject: [PATCH] Oops. ./sc -> ./sc.py in help texts. --- sitecore/alt_tags.py | 2 +- sitecore/prof/export_mysql.py | 2 +- sitecore/prof/import.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sitecore/alt_tags.py b/sitecore/alt_tags.py index a8cf1e8..661ab64 100644 --- a/sitecore/alt_tags.py +++ b/sitecore/alt_tags.py @@ -59,7 +59,7 @@ Example setup before running: Xvfb :99 > /dev/null 2>&1 & export DISPLAY=:99 java -jar selenium-server-1.0.2-SNAPSHOT-standalone.jar > /dev/null 2>&1 & - ./sc alt_tags + ./sc.py alt_tags """ p = optparse.OptionParser(usage) p.add_option('-u', '--url', metavar='URL', dest='url', diff --git a/sitecore/prof/export_mysql.py b/sitecore/prof/export_mysql.py index 6c1297a..e8f23e6 100644 --- a/sitecore/prof/export_mysql.py +++ b/sitecore/prof/export_mysql.py @@ -159,7 +159,7 @@ def main(argv): Where PROF_FILE is the output YAML file receiving professor data. Example: - ./sc prof-export_mysql profs.yaml + ./sc.py prof-export_mysql profs.yaml """ p = optparse.OptionParser(usage) p.add_option('-d', '--database', metavar='NAME', dest='database', diff --git a/sitecore/prof/import.py b/sitecore/prof/import.py index ebe4c3b..b8f9add 100644 --- a/sitecore/prof/import.py +++ b/sitecore/prof/import.py @@ -56,7 +56,7 @@ Example setup before running: Xvfb :99 > /dev/null 2>&1 & export DISPLAY=:99 java -jar selenium-server-1.0.2-SNAPSHOT-standalone.jar > /dev/null 2>&1 & - ./sc prof-import profs.yaml + ./sc.py prof-import profs.yaml """ p = optparse.OptionParser(usage) p.add_option('-u', '--url', metavar='URL', dest='url', -- 2.26.2