]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
clitests: eliminate use of old-style section name
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 18 Apr 2011 18:43:23 +0000 (11:43 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 18 Apr 2011 18:44:37 +0000 (11:44 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/test/cli/cconf/manpage.t

index c18115ddad1e4bb5562a853fb09917df9ffa77e5..8340d27718d7d05d652f8fb474b3515c17378f83 100644 (file)
@@ -9,7 +9,7 @@
   > 
   > [osd]
   >    osd data = /mnt/osd$id
-  > [osd3]
+  > [osd.3]
   >    host = cosd3
   > EOF
 
@@ -30,4 +30,4 @@ To list all sections that begin with osd:
 
   $ cconf -c foo.conf -l osd
   osd
-  osd3
+  osd.3