Github user joeymcallister commented on a diff in the pull request: https://github.com/apache/geode/pull/637#discussion_r127525516 --- Diff: geode-docs/tools_modules/gfsh/command-pages/import.html.md.erb --- @@ -40,16 +40,17 @@ Import user data from a file to a region. **Syntax:** ``` pre - import data --region=value --file=value --member=value + import data --region=value --file=value --member=value [--invoke-callbacks=value] ``` <a id="topic_jw2_2ld_2l__table_lzg_3fg_2w"></a> -| Name | Description | -|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| <span class="keyword parmname">\\-\\-region</span> | *Required.* Region into which data will be imported. | -| <span class="keyword parmname">\\-\\-file </span> | *Required.* File from which the imported data will be read. The file must have an extension of ".gfd" and must be on the file system of the member (or accessible to that member via NFS) that is being targeted for the import. | -| <span class="keyword parmname">‑‑member</span> | *Required.* Name/Id of a member which hosts the region. The data will be imported from the specified file on the host where the member is running. | +| Name | Description | Default Value | +|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----| +| <span class="keyword parmname">\\-\\-region</span> | *Required.* Region into which data will be imported. | | +| <span class="keyword parmname">\\-\\-file </span> | *Required.* File from which the imported data will be read. The file must have an extension of ".gfd" and must be on the file system of the member (or accessible to that member via NFS) that is being targeted for the import. | | +| <span class="keyword parmname">‑‑member</span> | *Required.* Name/Id of a member which hosts the region. The data will be imported from the specified file on the host where the member is running. | | --- End diff -- Change "Name/Id of a member which hosts the region" to "Name/ID of a member that hosts the region." (Id > ID; which > that)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---