summaryrefslogtreecommitdiffstats
path: root/bin/stack
diff options
context:
space:
mode:
authorJustin SB <justin@fathomdb.com>2011-05-19 21:03:15 -0700
committerJustin SB <justin@fathomdb.com>2011-05-19 21:03:15 -0700
commit732eb413cc404ba4c1ad5a2581c5efb864874d3b (patch)
treea7f0aecf632383206e01dc3a4f907cff4fc82bc7 /bin/stack
parent4ab6962fb7461573119297aa3508f7df8c6efa42 (diff)
parent330b3febe9970a0358cbc145ea88faeb3da121d5 (diff)
downloadnova-732eb413cc404ba4c1ad5a2581c5efb864874d3b.tar.gz
nova-732eb413cc404ba4c1ad5a2581c5efb864874d3b.tar.xz
nova-732eb413cc404ba4c1ad5a2581c5efb864874d3b.zip
Merged with trunk
Diffstat (limited to 'bin/stack')
-rwxr-xr-xbin/stack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stack b/bin/stack
index d84a82e27..a1c6d1348 100755
--- a/bin/stack
+++ b/bin/stack
@@ -65,7 +65,7 @@ def format_help(d):
indent = MAX_INDENT - 6
out = []
- for k, v in d.iteritems():
+ for k, v in sorted(d.iteritems()):
if (len(k) + 6) > MAX_INDENT:
out.extend([' %s' % k])
initial_indent = ' ' * (indent + 6)