nodetool help — 도움말 표시

nodetool help — 도움말 표시

help 명령은 nodetool 자체 및 개별 명령의 도움말을 표시하는 nodetool 명령이에요. 명령 이름을 지정하면 해당 명령의 사용법을 보여 줍니다.

출처: nodetool help

본문

이 명령은 nodetool의 전반적인 도움말을 출력해요. 특정 명령 이름을 인자로 주면 그 명령의 상세 도움말을 보여 줍니다. 예를 들어 nodetool help upgradesstables처럼 쓰면 업그레이드 관련 명령의 도움말을 확인할 수 있어요.

원문의 사용법은 다음과 같습니다.

NAME
        nodetool help - Display help information
SYNOPSIS
        nodetool help [--] [<command>...]
OPTIONS
        --
            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
        <command>

옵션을 하나씩 살펴볼게요.

  • -- — 명령줄 옵션과 인자 목록을 구분할 때 써요.
  • <command> — 도움말을 보고 싶은 명령 이름을 지정해요. 여러 개를 나열할 수 있어요.

더 알아보기