From f6db5ee842c532b2a82ff0abd1d20aea0b1b1cce Mon Sep 17 00:00:00 2001 From: randomJoe211 <69501902+randomJoe211@users.noreply.github.com> Date: Tue, 27 Oct 2020 15:06:27 +0800 Subject: [PATCH] Update 3.connect-to-nebula-graph.md --- .../3.quick-start/3.connect-to-nebula-graph.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs_2.0/manual_EN/3.quick-start/3.connect-to-nebula-graph.md b/docs_2.0/manual_EN/3.quick-start/3.connect-to-nebula-graph.md index 3eb2c628659..f54dec70ced 100644 --- a/docs_2.0/manual_EN/3.quick-start/3.connect-to-nebula-graph.md +++ b/docs_2.0/manual_EN/3.quick-start/3.connect-to-nebula-graph.md @@ -32,13 +32,13 @@ If you don't have a Nebula Graph database yet, we recommend that you try the clo | Option | Description | | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | -h | Show the help menu. | - | -addr | Set the IP address of the graphd service. The default address is 127.0.0.1. | - | -port | Set the port number of the graphd service. The default port number is 3699. | - | -u/-user | Set the username of your Nebula Graph account. The default username is root. | - | -p/-password | Set the password of your Nebula Graph account. The default password for the root user is nebula. | - | -t/-timeout | Set an integer-type timeout threshold of the connection. The unit is second. The default value is 120. | - | -e/-eval | Set a string-type nGQL statement. The nGQL statement is executed once the connection succeeds. The connection stops after the result is returned.. | - | -f/-file | Set the path of an nGQL file. The nGQL statements in the file are executed once the connection succeeds. You'll get the return messages and the connection stops then. | + | `-addr` | Sets the IP address of the graphd service. The default address is 127.0.0.1. | + | `-port` | Sets the port number of the graphd service. The default port number is 3699. | + | `-u/-user` | Sets the username of your Nebula Graph account. The default username is root. | + | `-p/-password` | Sets the password of your Nebula Graph account. The default password for the root user is nebula. | + | `-t/-timeout` | Sets an integer-type timeout threshold of the connection. The unit is second. The default value is 120. | + | `-e/-eval` | Sets a string-type nGQL statement. The nGQL statement is executed once the connection succeeds. The connection stops after the result is returned.. | + | `-f/-file` | Sets the path of an nGQL file. The nGQL statements in the file are executed once the connection succeeds. You'll get the return messages and the connection stops then. | ## Nebula-console export mode @@ -70,4 +70,4 @@ Bye root! ## FAQ -TODO [This section should include connection-related FAQs. When users met a problem on connection, they should first come here for a solution. If the content gets stacked, remove this section to a single topic.] +TODO [This section should include connection-related FAQs. When users meet a problem on connection, they should first come here for a solution. If the content gets stacked, remove this section to a single topic.]