From b0bead46c891e9dcc3dd7e8d347fc460c8db78b0 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Thu, 18 Aug 2016 11:00:21 +0800 Subject: fixed some misspell error Signed-off-by: Peng Xiao --- tools/route-server/quagga-rsconfig.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/route-server/quagga-rsconfig.go b/tools/route-server/quagga-rsconfig.go index efd17cb3..dfd086e7 100644 --- a/tools/route-server/quagga-rsconfig.go +++ b/tools/route-server/quagga-rsconfig.go @@ -3,14 +3,15 @@ package main import ( "bytes" "fmt" - "github.com/BurntSushi/toml" - "github.com/jessevdk/go-flags" - "github.com/osrg/gobgp/config" "io/ioutil" "log" "net" "os" "path/filepath" + + "github.com/BurntSushi/toml" + "github.com/jessevdk/go-flags" + "github.com/osrg/gobgp/config" ) type QuaggaConfig struct { @@ -80,7 +81,7 @@ func create_config_files(nr int, outputDir string) { func main() { var opts struct { ClientNumber int `short:"n" long:"client-number" description:"specfying the number of clients" default:"8"` - OutputDir string `short:"c" long:"output" description:"specifing the output directory"` + OutputDir string `short:"c" long:"output" description:"specifying the output directory"` } parser := flags.NewParser(&opts, flags.Default) -- cgit v1.2.3