NAME
        nodetool repair_admin list - list repair sessions

SYNOPSIS
        nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
                [(-pw <password> | --password <password>)]
                [(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
                [(-u <username> | --username <username>)] repair_admin list
                [(-a | --all)] [(-et <end_token> | --end-token <end_token>)]
                [(-st <start_token> | --start-token <start_token>)]

OPTIONS
        -a, --all
            include completed and failed sessions

        -et <end_token>, --end-token <end_token>
            Use -et to specify a token at which repair range ends

        -h <host>, --host <host>
            Node hostname or ip address

        -p <port>, --port <port>
            Remote jmx agent port number

        -pw <password>, --password <password>
            Remote jmx agent password

        -pwf <passwordFilePath>, --password-file <passwordFilePath>
            Path to the JMX password file

        -st <start_token>, --start-token <start_token>
            Use -st to specify a token at which the repair range starts

        -u <username>, --username <username>
            Remote jmx agent username
