summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-10-22 11:13:04 -0700
committerSage Weil <sage@inktank.com>2013-10-22 12:33:03 -0700
commit32a23c5bbae65c46d080788e1066c61dfb0448de (patch)
tree24113510f02e22ea7f7425da95d40c02f1da4a6a
parent3445810f1f2254b707879f32842a40d279888c49 (diff)
downloadceph-32a23c5bbae65c46d080788e1066c61dfb0448de.tar.gz
ceph.in: add emacs modeline
Signed-off-by: Sage Weil <sage@inktank.com>
-rwxr-xr-xsrc/ceph.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ceph.in b/src/ceph.in
index 075ec80c20b..15f5ff3764a 100755
--- a/src/ceph.in
+++ b/src/ceph.in
@@ -1,8 +1,10 @@
+# -*- mode:python -*-
+# vim: ts=4 sw=4 smarttab expandtab
#
# Processed in Makefile to add python #! line and version variable
#
#
-# vim: ts=4 sw=4 smarttab expandtab
+
"""
ceph.in becomes ceph, the command-line management tool for Ceph clusters.