summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-03-16 03:27:19 +0000
committerGerrit Code Review <review@openstack.org>2012-03-16 03:27:19 +0000
commit30b8e35e80486b26eeb71bc62d92bae240cb72f2 (patch)
treef5b7d0c6ab3ab99e284e7ed9c74f1f98491e0cac
parent3dce8e5e49ce3cb567ea234c63eb7b2c949e095f (diff)
parent036c34f44f48cdd35cf5de95c08b4d242bc1f07a (diff)
downloadnova-30b8e35e80486b26eeb71bc62d92bae240cb72f2.tar.gz
nova-30b8e35e80486b26eeb71bc62d92bae240cb72f2.tar.xz
nova-30b8e35e80486b26eeb71bc62d92bae240cb72f2.zip
Merge "Fix up docstring"
-rwxr-xr-xbin/instance-usage-audit6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/instance-usage-audit b/bin/instance-usage-audit
index bceb3022b..2de7d8853 100755
--- a/bin/instance-usage-audit
+++ b/bin/instance-usage-audit
@@ -20,7 +20,7 @@
nor destroyed in a given time period.
Together with the notifications generated by compute on instance
- create/delete/resize, over that ime period, this allows an external
+ create/delete/resize, over that time period, this allows an external
system consuming usage notification feeds to calculate instance usage
for each tenant.
@@ -28,10 +28,10 @@
hour = previous hour. If run at 9:07am, will generate usage for 8-9am.
month = previous month. If the script is run April 1, it will generate
- usages for March 1 thry March 31.
+ usages for March 1 through March 31.
day = previous day. if run on July 4th, it generates usages for July 3rd.
year = previous year. If run on Jan 1, it generates usages for
- Jan 1 thru Dec 31 of the previous year.
+ Jan 1 through Dec 31 of the previous year.
"""
import datetime