NAME
        nodetool repair_admin summarize-repaired - return the most recent
        repairedAt timestamp for the given token range (or all replicated
        ranges if no tokens are provided)

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 summarize-repaired
                [(-et <end_token> | --end-token <end_token>)]
                [(-st <start_token> | --start-token <start_token>)] [(-v | --verbose)]
                [--] [<keyspace> <tables>...]

OPTIONS
        -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

        -v, --verbose
            print additional info

        --
            This option can be used to separate command-line options from the
            list of argument, (useful when arguments might be mistaken for
            command-line options

        [<keyspace> <tables>...]
            The keyspace followed by one or many tables
