diff options
| author | Chris Lu <chris.lu@gmail.com> | 2013-01-19 19:49:57 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2013-01-19 19:49:57 -0800 |
| commit | 921f1c626a2e511f5082df1aaa91a39f57a48b3a (patch) | |
| tree | cfa9d83b63e36daf469f5c27e5d32ad7d66c0404 /weed-fs/src/cmd/weed/command.go | |
| parent | b0c7df0c3b12f4ecd7ff0b317eeb2dd463ca9596 (diff) | |
| download | seaweedfs-921f1c626a2e511f5082df1aaa91a39f57a48b3a.tar.xz seaweedfs-921f1c626a2e511f5082df1aaa91a39f57a48b3a.zip | |
fix debug message displaying
Diffstat (limited to 'weed-fs/src/cmd/weed/command.go')
| -rw-r--r-- | weed-fs/src/cmd/weed/command.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed-fs/src/cmd/weed/command.go b/weed-fs/src/cmd/weed/command.go index 4d68ff151..c8d86ca66 100644 --- a/weed-fs/src/cmd/weed/command.go +++ b/weed-fs/src/cmd/weed/command.go @@ -24,6 +24,8 @@ type Command struct { // Flag is a set of flags specific to this command. Flag flag.FlagSet + + IsDebug *bool } // Name returns the command's name: the first word in the usage line. |
