Bläddra i källkod

Removed / from commands

Mark Walkom 10 år sedan
förälder
incheckning
4f2154b0e0
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      docs/reference/migration/migrate_2_0/packaging.asciidoc

+ 2 - 2
docs/reference/migration/migrate_2_0/packaging.asciidoc

@@ -8,7 +8,7 @@ configured, e.g. `path.data`, `path.scripts`, `path.repo`.  A configured path
 may itself be a symbolic link, but no symlinks under that path will be
 followed (with the exception of `path.scripts`, which does follow symlinks).
 
-==== Running `/bin/elasticsearch`
+==== Running `bin/elasticsearch`
 
 The command line parameter parsing has been rewritten to deal properly with
 spaces in parameters. All config settings can still be specified on the
@@ -19,7 +19,7 @@ For instance:
 
 [source,sh]
 -----------
-/bin/elasticsearch -d -p /tmp/foo.pid --http.cors.enabled=true --http.cors.allow-origin='*'
+bin/elasticsearch -d -p /tmp/foo.pid --http.cors.enabled=true --http.cors.allow-origin='*'
 -----------
 
 For a list of static parameters, run `bin/elasticsearch -h`