]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph: allow watching channels aside from cluster and audit
authorSage Weil <sage@redhat.com>
Sat, 22 Feb 2020 17:06:09 +0000 (11:06 -0600)
committerSage Weil <sage@redhat.com>
Thu, 27 Feb 2020 17:54:29 +0000 (11:54 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/ceph.in

index 7533fed5f71be7ea2bb06cc73ea76e521b9bf4a0..014e49166a6f8c507739c8451463aaaa0e63117d 100755 (executable)
@@ -324,9 +324,8 @@ def parse_cmdargs(args=None, target=''):
                         help='watch error events')
 
     parser.add_argument('--watch-channel', dest="watch_channel",
-                        choices=['cluster', 'audit', '*'],
-                        help="which log channel to follow " \
-                        "when using -w/--watch.  One of ['cluster', 'audit', '*']",
+                        help="log channel to follow " \
+                        "when using -w/--watch; '*' for all",
                         default='cluster')
 
     parser.add_argument('--version', '-v', action="store_true", help="display version")