lucperkins commented on a change in pull request #369: Issue 362: [documentation] update command line tools URL: https://github.com/apache/bookkeeper/pull/369#discussion_r130934531
########## File path: site/_data/cli/shell.yaml ########## @@ -1,67 +1,157 @@ commands: - name: autorecovery + description: Enable or disable autorecovery in the cluster. options: - flag: -enable - description: Enables autorecovery + description: Enable auto recovery of underreplicated ledgers - flag: -disable - description: Disables autorecovery + description: Disable auto recovery of underreplicated ledgers - name: bookieFormat + description: Format the current server contents. options: - flag: -nonInteractive + description: Whether to confirm if old data exists..? Review comment: I'm not aware of the `..?` convention. You can just use periods at the ends of these sentences instead. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
