Skip to content

Commit

Permalink
Fix neo4j-admin manpage to refer to built-in help.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbc authored and digitalstain committed Oct 26, 2016
1 parent 1e24bc8 commit 7981595
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions manual/server-docs/src/docs/man/neo4j-admin.1.asciidoc
Expand Up @@ -13,20 +13,6 @@ neo4j-admin - Neo4j administration
== DESCRIPTION

Neo4j is a graph database, perfect for working with highly connected data.
The `neo4j` command is used to control the Neo4j Server.
`neo4j-admin` is Neo4j's command-line administration tool.

The preferred way to install Neo4j on Linux systems is by using prebuilt installation packages.
For information regarding Windows, see https://neo4j.com/docs/operations-manual/current/deployment/single-instance/windows/.

[[neo4j-admin-manpage-commands]]
== COMMANDS

*import*::
Create a new database by importing existing data.

----
neo4j-admin import --mode=database --database=<database-name> --from=<source-directory>
----

Import a database from a pre-3.0 Neo4j installation. <source-directory> is the database location (e.g.
<neo4j-root>/data/graph.db).
Please see *neo4j-admin help* for a complete list of available commands and details of how to use them.

0 comments on commit 7981595

Please sign in to comment.