summaryrefslogtreecommitdiff
path: root/bin/swift-stats-populate
diff options
context:
space:
mode:
Diffstat (limited to 'bin/swift-stats-populate')
-rwxr-xr-xbin/swift-stats-populate7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/swift-stats-populate b/bin/swift-stats-populate
index b1f4f0a56..080f159f8 100755
--- a/bin/swift-stats-populate
+++ b/bin/swift-stats-populate
@@ -18,7 +18,7 @@ import os
import traceback
from ConfigParser import ConfigParser
from optparse import OptionParser
-from sys import exit, argv
+from sys import exit, argv, stderr
from time import time
from uuid import uuid4
@@ -77,6 +77,11 @@ if __name__ == '__main__':
global begun, created, item_type, next_report, need_to_create, retries_done
patcher.monkey_patch()
+ print >>stderr, '''
+WARNING: This command is being replaced with swift-dispersion-populate; you
+should switch to that before the next Swift release.
+ '''
+
parser = OptionParser()
parser.add_option('-d', '--dispersion', action='store_true',
dest='dispersion', default=False,